Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendUtils.cpp77 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in GrBackendFormatToCompressionType()
123 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in GrBackendFormatBytesPerBlock()
183 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in GrBackendFormatStencilBits()
DGrBackendSurface.cpp193 bool GrBackendFormat::asDxgiFormat(DXGI_FORMAT* dxgiFormat) const { in asDxgiFormat() function in GrBackendFormat
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp114 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()
[all …]
DGrD3DGpu.cpp304 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in onCreateTexture()
350 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in onCreateCompressedTexture()
474 SkAssertResult(dst->backendFormat().asDxgiFormat(&srcFormat)); in copySurfaceAsCopyTexture()
1150 if (!format.asDxgiFormat(&dxgiFormat)) { in onCreateBackendTexture()
/external/skia/include/gpu/
DGrBackendSurface.h157 bool asDxgiFormat(DXGI_FORMAT*) const;