Home
last modified time | relevance | path

Searched refs:GrCompressedFormatDataSize (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurface.cpp47 size = GrCompressedFormatDataSize(desc.fConfig, width, height); in WorstCaseSize()
71 colorSize = GrCompressedFormatDataSize(config, width, height); in ComputeSize()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h1070 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function