Home
last modified time | relevance | path

Searched refs:pushDebugGroup (Results 1 – 23 of 23) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DRendererGL.h97 void pushDebugGroup(GLenum source, GLuint id, const std::string &message);
DContextGL.h177 angle::Result pushDebugGroup(const gl::Context *context,
DContextGL.cpp686 angle::Result ContextGL::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextGL
691 mRenderer->pushDebugGroup(source, id, message); in pushDebugGroup()
DDispatchTableGL_autogen.cpp618 ASSIGN("glPushDebugGroup", pushDebugGroup); in initProcsDesktopGL()
1867 ASSIGN("glPushDebugGroup", pushDebugGroup); in initProcsDesktopGL()
2285 ASSIGN("glPushDebugGroup", pushDebugGroup); in initProcsGLES()
2491 ASSIGN("glPushDebugGroupKHR", pushDebugGroup); in initProcsGLES()
3386 pushDebugGroup = &glPushDebugGroupNULL; in initProcsDesktopGLNULL()
4632 pushDebugGroup = &glPushDebugGroupNULL; in initProcsDesktopGLNULL()
5050 pushDebugGroup = &glPushDebugGroupNULL; in initProcsGLESNULL()
5256 pushDebugGroup = &glPushDebugGroupNULL; in initProcsGLESNULL()
DRendererGL.cpp252 void RendererGL::pushDebugGroup(GLenum source, GLuint id, const std::string &message) {} in pushDebugGroup() function in rx::RendererGL
DDispatchTableGL_autogen.h594 PFNGLPUSHDEBUGGROUPPROC pushDebugGroup = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_2_autogen.h69 void pushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message); \
DContext.cpp5222 void Context::pushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message) in pushDebugGroup() function in gl::Context
5225 ANGLE_CONTEXT_TRY(mImplementation->pushDebugGroup(this, source, id, msg)); in pushDebugGroup()
Dframe_capture_replay_autogen.cpp2438 context->pushDebugGroup( in ReplayCall()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DContextImpl.h131 virtual angle::Result pushDebugGroup(const gl::Context *context,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DContextNULL.h132 angle::Result pushDebugGroup(const gl::Context *context,
DContextNULL.cpp275 angle::Result ContextNULL::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextNULL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.h162 angle::Result pushDebugGroup(const gl::Context *context,
DContext9.cpp326 angle::Result Context9::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::Context9
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.h163 angle::Result pushDebugGroup(const gl::Context *context,
DContext11.cpp508 angle::Result Context11::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::Context11
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DContextMtl.h130 angle::Result pushDebugGroup(const gl::Context *context,
DContextMtl.mm524 angle::Result ContextMtl::pushDebugGroup(const gl::Context *context,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.h203 angle::Result pushDebugGroup(const gl::Context *context,
DContextVk.cpp2341 angle::Result ContextVk::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextVk
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_3_autogen.cpp944 context->pushDebugGroup(source, id, length, message); in PushDebugGroup()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp906 context->pushDebugGroup(source, id, length, message); in PushDebugGroup()
Dentry_points_gles_ext_autogen.cpp5192 context->pushDebugGroup(source, id, length, message); in PushDebugGroupKHR()
19293 context->pushDebugGroup(source, id, length, message); in PushDebugGroupContextANGLE()
19320 context->pushDebugGroup(source, id, length, message); in PushDebugGroupKHRContextANGLE()