Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mtl/
DGrMtlRenderCommandEncoder.h42 void insertDebugSignpost(NSString* string) { in insertDebugSignpost() function
43 [fCommandEncoder insertDebugSignpost:string]; in insertDebugSignpost()
/third_party/skia/experimental/graphite/src/mtl/
DMtlRenderCommandEncoder.h41 void insertDebugSignpost(NSString* string) { in insertDebugSignpost() function
42 [(*fCommandEncoder) insertDebugSignpost:string]; in insertDebugSignpost()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm982 // MTLCommandBuffer does not implement insertDebugSignpost
1122 [encoder insertDebugSignpost:mtlLabel.Get()];
1378 [encoder insertDebugSignpost:mtlLabel.Get()];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm378 [encoder insertDebugSignpost:label];
942 [get() insertDebugSignpost:label];