Home
last modified time | relevance | path

Searched refs:asDawnFormat (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp43 return format.asDawnFormat(&dawnFormat); in isFormatTexturable()
75 if (!format.isValid() || sampleCount > 1 || !format.asDawnFormat(&dawnFormat)) { in isFormatRenderable()
102 if (!backendFormat.asDawnFormat(&dawnFormat)) { in getRenderTargetSampleCount()
136 SkAssertResult(format.asDawnFormat(&dawnFormat)); in computeFormatKey()
175 if (!programInfo.backendFormat().asDawnFormat(&format)) { in makeDesc()
DGrDawnGpu.cpp226 if (!backendFormat.asDawnFormat(&format)) { in onCreateTexture()
308 if (!backendFormat.asDawnFormat(&format)) { in onCreateBackendTexture()
857 SkAssertResult(programInfo.backendFormat().asDawnFormat(&colorFormat)); in getOrCreateRenderPipeline()
/external/skia/src/gpu/
DGrBackendUtils.cpp131 SkAssertResult(format.asDawnFormat(&dawnFormat)); in GrBackendFormatBytesPerBlock()
191 SkAssertResult(format.asDawnFormat(&dawnFormat)); in GrBackendFormatStencilBits()
DGrBackendSurface.cpp158 bool GrBackendFormat::asDawnFormat(wgpu::TextureFormat* format) const { in asDawnFormat() function in GrBackendFormat
/external/skia/include/gpu/
DGrBackendSurface.h141 bool asDawnFormat(wgpu::TextureFormat*) const;
/external/skia/tests/
DBackendAllocationTest.cpp154 format.asDawnFormat(&dawnFormat); in isBGRA8()