Home
last modified time | relevance | path

Searched refs:GrPixelConfigIsCompressed (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurface.cpp35 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); in WorstCaseSize()
46 if (GrPixelConfigIsCompressed(desc.fConfig)) { in WorstCaseSize()
70 if (GrPixelConfigIsCompressed(config)) { in ComputeSize()
DGrResourceProvider.cpp237 if (!GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()
300 if (GrPixelConfigIsCompressed(desc.fConfig)) { in createApproxTexture()
350 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); in refScratchTexture()
DGrSurfaceProxy.cpp81 if (GrPixelConfigIsCompressed(desc.fConfig)) { in GrSurfaceProxy()
DGrDataUtils.cpp348 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrFillInData()
DGrProxyProvider.cpp454 if (GrPixelConfigIsCompressed(config)) { in validate_backend_format_and_config()
/third_party/flutter/skia/src/gpu/ops/
DGrCopySurfaceOp.cpp30 if (GrPixelConfigIsCompressed(dstProxy->config())) { in Make()
/third_party/flutter/skia/src/gpu/gl/
DGrGLTexture.cpp53 if (GrPixelConfigIsCompressed(desc.fConfig)) { in GrGLTexture()
/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.cpp35 if (GrPixelConfigIsCompressed(desc.fConfig)) {
/third_party/flutter/skia/include/private/
DGrTypesPriv.h1024 static constexpr bool GrPixelConfigIsCompressed(GrPixelConfig config) { in GrPixelConfigIsCompressed() function
1056 SkASSERT(GrPixelConfigIsCompressed(config)); in GrCompressedFormatDataSize()