Searched refs:asDawnFormat (Results 1 – 6 of 6) sorted by relevance
43 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()
226 if (!backendFormat.asDawnFormat(&format)) { in onCreateTexture()308 if (!backendFormat.asDawnFormat(&format)) { in onCreateBackendTexture()857 SkAssertResult(programInfo.backendFormat().asDawnFormat(&colorFormat)); in getOrCreateRenderPipeline()
131 SkAssertResult(format.asDawnFormat(&dawnFormat)); in GrBackendFormatBytesPerBlock()191 SkAssertResult(format.asDawnFormat(&dawnFormat)); in GrBackendFormatStencilBits()
158 bool GrBackendFormat::asDawnFormat(wgpu::TextureFormat* format) const { in asDawnFormat() function in GrBackendFormat
141 bool asDawnFormat(wgpu::TextureFormat*) const;
154 format.asDawnFormat(&dawnFormat); in isBGRA8()