Searched refs:kLabelNotImplemented (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ObjectBase.h | 47 static constexpr LabelNotImplementedTag kLabelNotImplemented = {}; variable
|
D | RenderBundle.cpp | 32 : ApiObjectBase(encoder->GetDevice(), kLabelNotImplemented), in RenderBundleBase()
|
D | ExternalTexture.cpp | 98 : ApiObjectBase(device, kLabelNotImplemented), mState(ExternalTextureState::Alive) { in ExternalTextureBase()
|
D | QuerySet.cpp | 116 QuerySetBase::QuerySetBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in QuerySetBase()
|
D | Sampler.cpp | 93 SamplerBase::SamplerBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in SamplerBase()
|
D | Pipeline.cpp | 149 PipelineBase::PipelineBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in PipelineBase()
|
D | CommandBuffer.cpp | 37 : ApiObjectBase(device, kLabelNotImplemented) { in CommandBufferBase()
|
D | Texture.cpp | 478 : ApiObjectBase(device, kLabelNotImplemented), mFormat(kUnusedFormat), mState(state) { in TextureBase() 705 : ApiObjectBase(texture->GetDevice(), kLabelNotImplemented), in TextureViewBase()
|
D | SwapChain.cpp | 117 SwapChainBase::SwapChainBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in SwapChainBase()
|
D | PipelineLayout.cpp | 78 : ApiObjectBase(device, kLabelNotImplemented) { in PipelineLayoutBase()
|
D | Buffer.cpp | 174 : ApiObjectBase(device, kLabelNotImplemented), mState(state) { in BufferBase()
|
D | BindGroup.cpp | 402 BindGroupBase::BindGroupBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in BindGroupBase()
|
D | Queue.cpp | 173 QueueBase::QueueBase(DeviceBase* device) : ApiObjectBase(device, kLabelNotImplemented) { in QueueBase()
|
D | BindGroupLayout.cpp | 404 : ApiObjectBase(device, kLabelNotImplemented) { in BindGroupLayoutBase()
|
D | ShaderModule.cpp | 1197 : ApiObjectBase(device, kLabelNotImplemented) { in ShaderModuleBase()
|