Home
last modified time | relevance | path

Searched defs:pushDebugGroup (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlCommandBuffer.h83 void pushDebugGroup(NSString* string) { in pushDebugGroup() function
H A DGrMtlRenderCommandEncoder.h38 void pushDebugGroup(NSString* string) { in pushDebugGroup() function
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlBlitCommandEncoder.h38 void pushDebugGroup(NSString* string) { in pushDebugGroup() function
H A DMtlComputeCommandEncoder.h45 void pushDebugGroup(NSString* string) { [(*fCommandEncoder) pushDebugGroup:string]; } in pushDebugGroup() function
H A DMtlRenderCommandEncoder.h44 void pushDebugGroup(NSString* string) { in pushDebugGroup() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DRendererGL.cpp261 void RendererGL::pushDebugGroup(GLenum source, GLuint id, const std::string &message) {} in pushDebugGroup() function in rx::RendererGL
H A DContextGL.cpp878 angle::Result ContextGL::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextGL
H A DDispatchTableGL_autogen.h594 PFNGLPUSHDEBUGGROUPPROC pushDebugGroup = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp419 angle::Result Context9::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp364 angle::Result ContextNULL::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp798 angle::Result Context11::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::Context11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp550 angle::Result ContextWgpu::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextWgpu
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl642 glPushDebugGroupFunc pushDebugGroup; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp4777 angle::Result ContextVk::pushDebugGroup(const gl::Context *context, in pushDebugGroup() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6181 void Context::pushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message) in pushDebugGroup() function in gl::Context