Home
last modified time | relevance | path

Searched refs:IsColor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h97 bool IsColor() const;
DRenderBundleEncoder.cpp34 DAWN_INVALID_IF(!format->IsColor() || !format->isRenderable, in ValidateColorAttachmentFormat()
DFormat.cpp87 bool Format::IsColor() const { in IsColor() function in dawn_native::Format
DRenderPipeline.cpp352 DAWN_INVALID_IF(!format->IsColor() || !format->isRenderable, in ValidateColorTargetState()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm582 ASSERT(GetFormat().IsColor());