Lines Matching refs:asDxgiFormat
114 SkAssertResult(dst->backendFormat().asDxgiFormat(&dstFormat)); in onCanCopySurface()
115 SkAssertResult(src->backendFormat().asDxgiFormat(&srcFormat)); in onCanCopySurface()
768 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatSRGB()
782 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatTexturable()
797 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatAsColorTypeRenderable()
812 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatRenderable()
830 if (!format.asDxgiFormat(&dxgiFormat)) { in getRenderTargetSampleCount()
863 if (!format.asDxgiFormat(&dxgiFormat)) { in maxRenderTargetSampleCount()
888 if (!surfaceFormat.asDxgiFormat(&dxgiFormat)) { in supportedWritePixelsColorType()
937 if (!format.asDxgiFormat(&dxgiFormat)) { in onAreColorTypeAndFormatCompatible()
975 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in onGetReadSwizzle()
989 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in getWriteSwizzle()
1003 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in computeFormatKey()
1012 if (!srcBackendFormat.asDxgiFormat(&dxgiFormat)) { in onSupportedReadPixelsColorType()