Home
last modified time | relevance | path

Searched refs:insertDebugSignpost (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlComputeCommandEncoder.h47 void insertDebugSignpost(NSString* string) { [(*fCommandEncoder) insertDebugSignpost:string]; } in insertDebugSignpost() function
H A DMtlRenderCommandEncoder.h50 void insertDebugSignpost(NSString* string) { in insertDebugSignpost() function
51 [(*fCommandEncoder) insertDebugSignpost:string]; in insertDebugSignpost()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlRenderCommandEncoder.h44 void insertDebugSignpost(NSString* string) { in insertDebugSignpost() function
45 [fCommandEncoder insertDebugSignpost:string]; in insertDebugSignpost()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.mm409 [encoder insertDebugSignpost:label];
1237 [get() insertDebugSignpost:label];