/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.cpp | 258 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 …]
|
D | Error.h | 47 ::dawn_native::MakeError(TYPE, MESSAGE, __FILE__, __func__, __LINE__) 90 ErrorData* MakeError(ErrorType type,
|
D | Texture.h | 49 static TextureBase* MakeError(DeviceBase* device); 112 static TextureViewBase* MakeError(DeviceBase* device);
|
D | SwapChain.cpp | 79 SwapChainBase* SwapChainBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::SwapChainBase 104 return TextureBase::MakeError(GetDevice()); in GetNextTexture()
|
D | Error.cpp | 21 ErrorData* MakeError(ErrorType type, in MakeError() function
|
D | CommandBuffer.h | 29 static CommandBufferBase* MakeError(DeviceBase* device);
|
D | ComputePassEncoder.h | 33 static ComputePassEncoderBase* MakeError(DeviceBase* device,
|
D | ComputePipeline.h | 34 static ComputePipelineBase* MakeError(DeviceBase* device);
|
D | CommandBuffer.cpp | 32 CommandBufferBase* CommandBufferBase::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::CommandBufferBase
|
D | Sampler.h | 36 static SamplerBase* MakeError(DeviceBase* device);
|
D | BindGroup.h | 45 static BindGroupBase* MakeError(DeviceBase* device);
|
D | PipelineLayout.h | 42 static PipelineLayoutBase* MakeError(DeviceBase* device);
|
D | BindGroupLayout.h | 40 static BindGroupLayoutBase* MakeError(DeviceBase* device);
|
D | Fence.h | 36 static FenceBase* MakeError(DeviceBase* device);
|
D | SwapChain.h | 35 static SwapChainBase* MakeError(DeviceBase* device);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | SwapChain.cpp | 46 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()
|
D | Device.cpp | 916 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 …]
|
D | Texture.h | 52 static TextureBase* MakeError(DeviceBase* device); 124 static TextureViewBase* MakeError(DeviceBase* device);
|
D | RenderBundleEncoder.cpp | 118 RenderBundleEncoder* RenderBundleEncoder::MakeError(DeviceBase* device) { in MakeError() function in dawn_native::RenderBundleEncoder 135 return RenderBundleBase::MakeError(GetDevice()); in APIFinish()
|
D | ComputePipeline.h | 35 static ComputePipelineBase* MakeError(DeviceBase* device);
|
D | RenderBundle.h | 46 static RenderBundleBase* MakeError(DeviceBase* device);
|
D | RenderBundleEncoder.h | 34 static RenderBundleEncoder* MakeError(DeviceBase* device);
|
D | ExternalTexture.h | 43 static ExternalTextureBase* MakeError(DeviceBase* device);
|
D | CommandBuffer.h | 37 static CommandBufferBase* MakeError(DeviceBase* device);
|
D | QuerySet.h | 32 static QuerySetBase* MakeError(DeviceBase* device);
|