Home
last modified time | relevance | path

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

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