Searched defs:pushDebugGroup (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 259 void RendererGL::pushDebugGroup(GLenum source, GLuint id, const std::string &message) {} in pushDebugGroup() function in rx::RendererGL
|
D | ContextGL.cpp | 842 angle::Result ContextGL::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextGL
|
D | DispatchTableGL_autogen.h | 594 PFNGLPUSHDEBUGGROUPPROC pushDebugGroup = nullptr; variable
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 332 angle::Result ContextNULL::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 388 angle::Result Context9::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::Context9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 753 angle::Result Context11::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::Context11
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 640 glPushDebugGroupFunc pushDebugGroup; variable
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 3030 angle::Result ContextVk::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextVk
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 332 …virtual GrGLvoid pushDebugGroup(GrGLenum source, GrGLuint id, GrGLsizei length, const GrGLchar * … in pushDebugGroup() function
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 5891 void Context::pushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message) in pushDebugGroup() function in gl::Context
|