Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv32Imp.cpp30 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()
DGLESv2Imp.cpp231 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/
DDebugGl.cpp45 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/
Dgles32_only_static_translator_namespaced_header.h15 GL_APICALL void GL_APIENTRY glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar…
Dgles32_only_functions.h15 …X(void, glPushDebugGroup, (GLenum source, GLuint id, GLsizei length, const GLchar* message), (sour…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles32_only.entries14 void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar* message);
Dgles32_only_dispatch_logging_wrappers.impl25 …DISPATCH_DEBUG_LOG("glPushDebugGroup(source:0x%X, id:%d, length:%d, message:%p)", source, id, leng…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h393 …X(void, glPushDebugGroup, (GLenum source, GLuint id, GLsizei length, const GLchar* message), (sour…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl32.h1763 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
/hardware/google/gfxstream/include/GLES3/
Dgl32.h1763 GL_APICALL void GL_APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLcha…
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2596 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2542 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
Dglext.h2491 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglext.h8572 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *messa…