Home
last modified time | relevance | path

Searched refs:MakeError (Results 1 – 25 of 74) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp258 return BindGroupBase::MakeError(this); in CreateBindGroup()
268 return BindGroupLayoutBase::MakeError(this); in CreateBindGroupLayout()
277 return BufferBase::MakeError(this); in CreateBuffer()
342 return ComputePipelineBase::MakeError(this); in CreateComputePipeline()
352 return PipelineLayoutBase::MakeError(this); in CreatePipelineLayout()
373 return SamplerBase::MakeError(this); in CreateSampler()
383 return RenderPipelineBase::MakeError(this); in CreateRenderPipeline()
392 return ShaderModuleBase::MakeError(this); in CreateShaderModule()
401 return SwapChainBase::MakeError(this); in CreateSwapChain()
410 return TextureBase::MakeError(this); in CreateTexture()
[all …]
DError.h47 ::dawn_native::MakeError(TYPE, MESSAGE, __FILE__, __func__, __LINE__)
90 ErrorData* MakeError(ErrorType type,
DTexture.h49 static TextureBase* MakeError(DeviceBase* device);
112 static TextureViewBase* MakeError(DeviceBase* device);
DSwapChain.cpp79 SwapChainBase* SwapChainBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::SwapChainBase
104 return TextureBase::MakeError(GetDevice()); in GetNextTexture()
DError.cpp21 ErrorData* MakeError(ErrorType type, in MakeError() function
DCommandBuffer.h29 static CommandBufferBase* MakeError(DeviceBase* device);
DComputePassEncoder.h33 static ComputePassEncoderBase* MakeError(DeviceBase* device,
DComputePipeline.h34 static ComputePipelineBase* MakeError(DeviceBase* device);
DCommandBuffer.cpp32 CommandBufferBase* CommandBufferBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::CommandBufferBase
DSampler.h36 static SamplerBase* MakeError(DeviceBase* device);
DBindGroup.h45 static BindGroupBase* MakeError(DeviceBase* device);
DPipelineLayout.h42 static PipelineLayoutBase* MakeError(DeviceBase* device);
DBindGroupLayout.h40 static BindGroupLayoutBase* MakeError(DeviceBase* device);
DFence.h36 static FenceBase* MakeError(DeviceBase* device);
DSwapChain.h35 static SwapChainBase* MakeError(DeviceBase* device);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.cpp46 return TextureViewBase::MakeError(GetDevice()); in APIGetCurrentTextureView()
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()
DDevice.cpp916 return BindGroupBase::MakeError(this); in APICreateBindGroup()
925 return BindGroupLayoutBase::MakeError(this); in APICreateBindGroupLayout()
934 return BufferBase::MakeError(this, descriptor); in APICreateBuffer()
954 return ComputePipelineBase::MakeError(this); in APICreateComputePipeline()
980 return PipelineLayoutBase::MakeError(this); in APICreatePipelineLayout()
988 return QuerySetBase::MakeError(this); in APICreateQuerySet()
996 return SamplerBase::MakeError(this); in APICreateSampler()
1022 return RenderBundleEncoder::MakeError(this); in APICreateRenderBundleEncoder()
1034 return RenderPipelineBase::MakeError(this); in APICreateRenderPipeline()
1048 result = ShaderModuleBase::MakeError(this); in APICreateShaderModule()
[all …]
DTexture.h52 static TextureBase* MakeError(DeviceBase* device);
124 static TextureViewBase* MakeError(DeviceBase* device);
DRenderBundleEncoder.cpp118 RenderBundleEncoder* RenderBundleEncoder::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::RenderBundleEncoder
135 return RenderBundleBase::MakeError(GetDevice()); in APIFinish()
DComputePipeline.h35 static ComputePipelineBase* MakeError(DeviceBase* device);
DRenderBundle.h46 static RenderBundleBase* MakeError(DeviceBase* device);
DRenderBundleEncoder.h34 static RenderBundleEncoder* MakeError(DeviceBase* device);
DExternalTexture.h43 static ExternalTextureBase* MakeError(DeviceBase* device);
DCommandBuffer.h37 static CommandBufferBase* MakeError(DeviceBase* device);
DQuerySet.h32 static QuerySetBase* MakeError(DeviceBase* device);

123