Home
last modified time | relevance | path

Searched refs:glPushDebugGroup (Results 1 – 19 of 19) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwInitExtGL.inl23 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
DglwInitES32Direct.inl262 gl->pushDebugGroup = &glPushDebugGroup;
DglwInitES32.inl262 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
DglwInitGL43.inl345 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
DglwInitGL44.inl354 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
DglwInitGL45.inl435 gl->pushDebugGroup = (glPushDebugGroupFunc) loader->get("glPushDebugGroup");
DglwApi.inl441 #define glPushDebugGroup glwPushDebugGroup macro
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp228 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/
DtcuNullRenderContextInitFuncs.inl441 gl->pushDebugGroup = glPushDebugGroup;
DtcuNullRenderContextFuncs.inl3561 GLW_APICALL void GLW_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLc… function
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2ext.h1152 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
/external/mesa3d/include/GLES3/
Dgl32.h1773 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
/external/mesa3d/include/GL/
Dgl_mangle.h1827 #define glPushDebugGroup MANGLE(PushDebugGroup) macro
Dglcorearb.h2598 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
Dglext.h2546 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl441 void glPushDebugGroup (glw::GLenum source, glw::GLuint id, glw::GLsizei length, const gl…
DgluCallLogWrapper.inl3278 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/
Dglcorearb.h2573 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
Dglext.h2521 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…