Searched defs:insertDebugMarker (Results 1 – 5 of 5) sorted by relevance
123 void GPUComputePassEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker() function in wgpu::binding::GPUComputePassEncoder
139 void GPUCommandEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker() function in wgpu::binding::GPUCommandEncoder
83 void GPURenderBundleEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker() function in wgpu::binding::GPURenderBundleEncoder
158 void GPURenderPassEncoder::insertDebugMarker(Napi::Env, std::string markerLabel) { in insertDebugMarker() function in wgpu::binding::GPURenderPassEncoder
1005 void CommandGraph::insertDebugMarker(GLenum source, std::string &&marker) in insertDebugMarker() function in rx::vk::CommandGraph