webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for gl::Error, including all inherited members.
Error(GLenum errorCode) | gl::Error | inlineexplicit |
Error(GLenum errorCode, const char *msg,...) | gl::Error | |
Error(GLenum errorCode, GLuint id, const char *msg,...) | gl::Error | |
Error(const Error &other) | gl::Error | inline |
Error(Error &&other) | gl::Error | inline |
getCode() const | gl::Error | inline |
getID() const | gl::Error | inline |
getMessage() const | gl::Error | |
isError() const | gl::Error | inline |
operator!=(const Error &other) const | gl::Error | |
operator=(const Error &other) | gl::Error | inline |
operator=(Error &&other) | gl::Error | inline |
operator==(const Error &other) const | gl::Error |