webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for gl::Debug, including all inherited members.
Debug() | gl::Debug | |
getCallback() const | gl::Debug | |
getGroupStackDepth() const | gl::Debug | |
getMessageCount() const | gl::Debug | |
getMessages(GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) | gl::Debug | |
getNextMessageLength() const | gl::Debug | |
getUserParam() const | gl::Debug | |
insertMessage(GLenum source, GLenum type, GLuint id, GLenum severity, const std::string &message) | gl::Debug | |
insertMessage(GLenum source, GLenum type, GLuint id, GLenum severity, std::string &&message) | gl::Debug | |
isOutputEnabled() const | gl::Debug | |
isOutputSynchronous() const | gl::Debug | |
NonCopyable()=default | angle::NonCopyable | private |
NonCopyable(const NonCopyable &)=delete | angle::NonCopyable | private |
operator=(const NonCopyable &)=delete | angle::NonCopyable | private |
popGroup() | gl::Debug | |
pushGroup(GLenum source, GLuint id, std::string &&message) | gl::Debug | |
setCallback(GLDEBUGPROCKHR callback, const void *userParam) | gl::Debug | |
setMaxLoggedMessages(GLuint maxLoggedMessages) | gl::Debug | |
setMessageControl(GLenum source, GLenum type, GLenum severity, std::vector< GLuint > &&ids, bool enabled) | gl::Debug | |
setOutputEnabled(bool enabled) | gl::Debug | |
setOutputSynchronous(bool synchronous) | gl::Debug | |
~NonCopyable()=default | angle::NonCopyable | private |