Searched refs:glPushDebugGroup (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv32Imp.cpp | 30 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar… in glPushDebugGroup() function 32 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glPushDebugGroup); in glPushDebugGroup() 33 ctx->dispatcher().glPushDebugGroup(source, id, length, message); in glPushDebugGroup()
|
D | GLESv2Imp.cpp | 231 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar… 345 …DebugGroup"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glPushDebugGroup); in getProcAddressGles2()
|
/hardware/google/gfxstream/host/gl/ |
D | DebugGl.cpp | 45 if (s_gles2.glPushDebugGroup && !groupPushed) { in ScopedDebugGroup() 46 s_gles2.glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, message.size(), message.c_str()); in ScopedDebugGroup()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles32_only_static_translator_namespaced_header.h | 15 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar…
|
D | gles32_only_functions.h | 15 …X(void, glPushDebugGroup, (GLenum source, GLuint id, GLsizei length, const GLchar* message), (sour…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles32_only.entries | 14 void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar* message);
|
D | gles32_only_dispatch_logging_wrappers.impl | 25 …DISPATCH_DEBUG_LOG("glPushDebugGroup(source:0x%X, id:%d, length:%d, message:%p)", source, id, leng…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 393 …X(void, glPushDebugGroup, (GLenum source, GLuint id, GLsizei length, const GLchar* message), (sour…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl32.h | 1763 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl32.h | 1763 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2596 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2542 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|
D | glext.h | 2491 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glext.h | 8572 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
|