Home
last modified time | relevance | path

Searched refs:MakeError (Results 1 - 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSwapChain.cpp46 return TextureViewBase::MakeError(GetDevice());
132 SwapChainBase* SwapChainBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::SwapChainBase
176 return TextureViewBase::MakeError(GetDevice()); in APIGetCurrentTextureView()
314 return TextureViewBase::MakeError(GetDevice()); in APIGetCurrentTextureView()
326 return TextureViewBase::MakeError(GetDevice()); in APIGetCurrentTextureView()
H A DRenderBundleEncoder.cpp118 RenderBundleEncoder* RenderBundleEncoder::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::RenderBundleEncoder
135 return RenderBundleBase::MakeError(GetDevice()); in APIFinish()
H A DTexture.h52 static TextureBase* MakeError(DeviceBase* device);
124 static TextureViewBase* MakeError(DeviceBase* device);
H A DDevice.cpp916 return BindGroupBase::MakeError(this);
925 return BindGroupLayoutBase::MakeError(this);
934 return BufferBase::MakeError(this, descriptor);
954 return ComputePipelineBase::MakeError(this);
980 return PipelineLayoutBase::MakeError(this);
988 return QuerySetBase::MakeError(this);
996 return SamplerBase::MakeError(this);
1022 return RenderBundleEncoder::MakeError(this);
1034 return RenderPipelineBase::MakeError(this);
1048 result = ShaderModuleBase::MakeError(thi
[all...]
H A DComputePipeline.h35 static ComputePipelineBase* MakeError(DeviceBase* device);
H A DRenderBundle.h46 static RenderBundleBase* MakeError(DeviceBase* device);
H A DRenderBundleEncoder.h34 static RenderBundleEncoder* MakeError(DeviceBase* device);
H A DExternalTexture.h43 static ExternalTextureBase* MakeError(DeviceBase* device);
H A DBindGroup.h44 static BindGroupBase* MakeError(DeviceBase* device);
H A DComputePassEncoder.h35 static ComputePassEncoder* MakeError(DeviceBase* device,
H A DRenderPassEncoder.h40 static RenderPassEncoder* MakeError(DeviceBase* device,
H A DSampler.h39 static SamplerBase* MakeError(DeviceBase* device);
H A DCommandBuffer.h37 static CommandBufferBase* MakeError(DeviceBase* device);
H A DRenderBundle.cpp51 RenderBundleBase* RenderBundleBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::RenderBundleBase
H A DQuerySet.h32 static QuerySetBase* MakeError(DeviceBase* device);
H A DComputePipeline.cpp71 ComputePipelineBase* ComputePipelineBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::ComputePipelineBase
H A DPipelineLayout.h59 static PipelineLayoutBase* MakeError(DeviceBase* device);
H A DRenderPipeline.h64 static RenderPipelineBase* MakeError(DeviceBase* device);
H A DBuffer.h53 static BufferBase* MakeError(DeviceBase* device, const BufferDescriptor* descriptor);
H A DSwapChain.h37 static SwapChainBase* MakeError(DeviceBase* device);
H A DQuerySet.cpp134 QuerySetBase* QuerySetBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::QuerySetBase
H A DQueue.h38 static QueueBase* MakeError(DeviceBase* device);
H A DBindGroupLayout.h54 static BindGroupLayoutBase* MakeError(DeviceBase* device);
H A DExternalTexture.cpp130 ExternalTextureBase* ExternalTextureBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::ExternalTextureBase
H A DSampler.cpp111 SamplerBase* SamplerBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::SamplerBase

Completed in 9 milliseconds

12