/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtGL.inl | 23 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
|
D | glwInitES32Direct.inl | 262 gl->pushDebugGroup = &glPushDebugGroup;
|
D | glwInitES32.inl | 262 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
|
D | glwInitGL43.inl | 345 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
|
D | glwInitGL44.inl | 354 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
|
D | glwInitGL45.inl | 435 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
|
D | glwApi.inl | 441 #define glPushDebugGroup glwPushDebugGroup macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 228 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 1, -1, "Application group 1"); in push_pop_messages() 230 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 2, -1, "Application group 1-1"); in push_pop_messages() 232 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 3, -1, "Application group 1-1-1"); in push_pop_messages() 239 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 4, -1, "Application group 1-2"); in push_pop_messages() 244 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_THIRD_PARTY, 4, -1, "3rd Party group 1-3"); in push_pop_messages() 251 ctx.glPushDebugGroup(GL_DEBUG_SOURCE_THIRD_PARTY, 4, -1, "3rd Party group 2"); in push_pop_messages() 1387 wrapper.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 1234, -1, "Pushed debug stack"); in iterate() 1392 wrapper.glPushDebugGroup(GL_DEBUG_SOURCE_THIRD_PARTY, 4231, -1, "Pushed debug stack"); in iterate() 2796 gl.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 1, -1, "Application group 1"); in iterate()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 441 gl->pushDebugGroup = glPushDebugGroup;
|
D | tcuNullRenderContextFuncs.inl | 3561 GLW_APICALL void GLW_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLc… function
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2ext.h | 1152 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
|
/external/mesa3d/include/GLES3/ |
D | gl32.h | 1773 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1827 #define glPushDebugGroup MANGLE(PushDebugGroup) macro
|
D | glcorearb.h | 2598 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|
D | glext.h | 2546 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 441 void glPushDebugGroup (glw::GLenum source, glw::GLuint id, glw::GLsizei length, const gl…
|
D | gluCallLogWrapper.inl | 3278 void CallLogWrapper::glPushDebugGroup (glw::GLenum source, glw::GLuint id, glw::GLsizei length, con… function in CallLogWrapper 3281 …m_log << TestLog::Message << "glPushDebugGroup(" << getDebugMessageSourceStr(source) << ", " << id…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2573 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|
D | glext.h | 2521 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|