Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp117 SkAssertResult(dst->backendFormat().asDxgiFormat(&dstFormat)); in onCanCopySurface()
118 SkAssertResult(src->backendFormat().asDxgiFormat(&srcFormat)); in onCanCopySurface()
773 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatSRGB()
787 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatTexturable()
802 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatAsColorTypeRenderable()
817 if (!format.asDxgiFormat(&dxgiFormat)) { in isFormatRenderable()
835 if (!format.asDxgiFormat(&dxgiFormat)) { in getRenderTargetSampleCount()
868 if (!format.asDxgiFormat(&dxgiFormat)) { in maxRenderTargetSampleCount()
893 if (!surfaceFormat.asDxgiFormat(&dxgiFormat)) { in supportedWritePixelsColorType()
941 if (!format.asDxgiFormat( in onAreColorTypeAndFormatCompatible()
[all...]
H A DGrD3DGpu.cpp305 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in onCreateTexture()
351 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in onCreateCompressedTexture()
486 SkAssertResult(dst->backendFormat().asDxgiFormat(&srcFormat)); in copySurfaceAsCopyTexture()
1363 if (!format.asDxgiFormat(&dxgiFormat)) { in onCreateBackendTexture()
/third_party/skia/src/gpu/
H A DGrBackendUtils.cpp89 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in GrBackendFormatToCompressionType()
135 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in GrBackendFormatBytesPerBlock()
195 SkAssertResult(format.asDxgiFormat(&dxgiFormat)); in GrBackendFormatStencilBits()
H A DGrBackendSurface.cpp195 bool GrBackendFormat::asDxgiFormat(DXGI_FORMAT* dxgiFormat) const { in asDxgiFormat() function in GrBackendFormat
/third_party/skia/include/gpu/
H A DGrBackendSurface.h173 bool asDxgiFormat(DXGI_FORMAT*) const;

Completed in 11 milliseconds