Home
last modified time | relevance | path

Searched refs:GetAttachmentState (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderBundle.h52 const AttachmentState* GetAttachmentState() const;
DRenderBundle.cpp67 const AttachmentState* RenderBundleBase::GetAttachmentState() const { in GetAttachmentState() function in dawn_native::RenderBundleBase
DRenderEncoderBase.h62 const AttachmentState* GetAttachmentState() const;
DRenderEncoderBase.cpp62 const AttachmentState* RenderEncoderBase::GetAttachmentState() const { in GetAttachmentState() function in dawn_native::RenderEncoderBase
243 pipeline->GetAttachmentState() != mAttachmentState.Get(), in APISetPipeline()
DRenderPassEncoder.cpp246 const AttachmentState* attachmentState = GetAttachmentState(); in APIExecuteBundles()
254 attachmentState != renderBundles[i]->GetAttachmentState(), in APIExecuteBundles()
DRenderPipeline.h101 const AttachmentState* GetAttachmentState() const;
DRenderPipeline.cpp863 const AttachmentState* RenderPipelineBase::GetAttachmentState() const { in GetAttachmentState() function in dawn_native::RenderPipelineBase