| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | DebugMarkerValidationTests.cpp | 29 pass.PushDebugGroup("Event Start"); in TEST_F() 30 pass.PushDebugGroup("Event Start"); in TEST_F() 47 pass.PushDebugGroup("Event Start"); in TEST_F() 48 pass.PushDebugGroup("Event Start"); in TEST_F() 64 pass.PushDebugGroup("Event Start"); in TEST_F() 81 encoder.PushDebugGroup("Event Start"); in TEST_F() 82 encoder.PushDebugGroup("Event Start"); in TEST_F() 97 encoder.PushDebugGroup("Event Start"); in TEST_F() 98 encoder.PushDebugGroup("Event Start"); in TEST_F() 112 encoder.PushDebugGroup("Event Start"); in TEST_F() [all …]
|
| D | RenderBundleValidationTests.cpp | 211 renderBundleEncoder.PushDebugGroup("group"); in TEST_F() 219 renderBundleEncoder.PushDebugGroup("group"); in TEST_F() 220 renderBundleEncoder.PushDebugGroup("group2"); in TEST_F() 236 renderBundleEncoder.PushDebugGroup("group"); in TEST_F() 245 renderBundleEncoder.PushDebugGroup("group"); in TEST_F() 252 renderBundleEncoder.PushDebugGroup("group"); in TEST_F() 253 renderBundleEncoder.PushDebugGroup("group2"); in TEST_F()
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | DebugMarkerTests.cpp | 26 encoder.PushDebugGroup("Event Start"); in TEST_P() 31 pass.PushDebugGroup("Event Start"); in TEST_P() 38 pass.PushDebugGroup("Event Start"); in TEST_P()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 140 case Command::PushDebugGroup: { in FreeCommands() 302 case Command::PushDebugGroup: { in SkipCommand()
|
| D | ProgrammableEncoder.cpp | 97 allocator->Allocate<PushDebugGroupCmd>(Command::PushDebugGroup); in APIPushDebugGroup()
|
| D | Commands.h | 56 PushDebugGroup, enumerator
|
| D | CommandEncoder.cpp | 978 allocator->Allocate<PushDebugGroupCmd>(Command::PushDebugGroup); in APIPushDebugGroup()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
| D | debug.h | 64 GST_GL_EXT_FUNCTION (void, PushDebugGroup,
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | CommandBufferVk.cpp | 831 case Command::PushDebugGroup: { in RecordCommands() 846 SkipCommand(&mCommands, Command::PushDebugGroup); in RecordCommands() 990 case Command::PushDebugGroup: { in RecordComputePass() 1005 SkipCommand(&mCommands, Command::PushDebugGroup); in RecordComputePass() 1147 case Command::PushDebugGroup: { in RecordRenderPass() 1162 SkipCommand(iter, Command::PushDebugGroup); in RecordRenderPass()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUComputePassEncoder.cpp | 116 enc_.PushDebugGroup(groupLabel.c_str()); in pushDebugGroup()
|
| D | GPUCommandEncoder.cpp | 132 enc_.PushDebugGroup(groupLabel.c_str()); in pushDebugGroup()
|
| D | GPURenderBundleEncoder.cpp | 76 enc_.PushDebugGroup(groupLabel.c_str()); in pushDebugGroup()
|
| D | GPURenderPassEncoder.cpp | 151 enc_.PushDebugGroup(groupLabel.c_str()); in pushDebugGroup()
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLAssembleGLInterfaceAutogen.cpp | 376 GET_PROC(PushDebugGroup); in GrGLMakeAssembledGLInterface() 384 GET_PROC(PushDebugGroup); in GrGLMakeAssembledGLInterface()
|
| D | GrGLAssembleGLESInterfaceAutogen.cpp | 383 GET_PROC_SUFFIX(PushDebugGroup, KHR); in GrGLMakeAssembledGLESInterface()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | CommandBufferGL.cpp | 861 case Command::PushDebugGroup: { in Execute() 950 case Command::PushDebugGroup: { in ExecuteComputePass() 1223 case Command::PushDebugGroup: { in ExecuteRenderPass()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | CommandBufferD3D12.cpp | 1011 case Command::PushDebugGroup: { in RecordCommands() 1165 case Command::PushDebugGroup: { in RecordComputePass() 1481 case Command::PushDebugGroup: { in RecordRenderPass()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
| D | KHR_debug.txt | 209 void PushDebugGroup(enum source, uint id, sizei length, 690 void PushDebugGroup(enum source, uint id, sizei length, 719 to the associated PushDebugGroup command. DEBUG_TYPE_PUSH_GROUP 1081 The error INVALID_ENUM will be generated by PushDebugGroup 1085 The error INVALID_VALUE will be generated by PushDebugGroup 1090 The <source> value of PushDebugGroup must be either
|
| /third_party/openGLES/extensions/KHR/ |
| D | KHR_debug.txt | 219 void PushDebugGroup(enum source, uint id, sizei length, 700 void PushDebugGroup(enum source, uint id, sizei length, 729 to the associated PushDebugGroup command. DEBUG_TYPE_PUSH_GROUP 1091 The error INVALID_ENUM will be generated by PushDebugGroup 1095 The error INVALID_VALUE will be generated by PushDebugGroup 1100 The <source> value of PushDebugGroup must be either
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | CommandBufferMTL.mm | 996 case Command::PushDebugGroup: { 1133 case Command::PushDebugGroup: { 1389 case Command::PushDebugGroup: {
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 533 "GetDebugMessageLog", "PushDebugGroup", "PopDebugGroup", "ObjectLabel",
|
| /third_party/mesa3d/src/mapi/glapi/tests/ |
| D | check_table.cpp | 1231 { "glPushDebugGroup", _O(PushDebugGroup) },
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | mtl_command_buffer.mm | 72 PROC(PushDebugGroup) \ 1797 mCommands.push(CmdType::PushDebugGroup).push([label ANGLE_MTL_RETAIN]);
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_2_autogen.cpp | 1072 ANGLE_CAPTURE(PushDebugGroup, isCallValid, context, source, id, length, message); in GL_PushDebugGroup()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_autogen.cpp | 5368 ANGLE_CAPTURE(PushDebugGroup, isCallValid, context, source, id, length, message); in GL_PushDebugGroup()
|