Searched refs:GrCompressedFormatDataSize (Results 1 – 2 of 2) sorted by relevance
47 size = GrCompressedFormatDataSize(desc.fConfig, width, height); in WorstCaseSize()71 colorSize = GrCompressedFormatDataSize(config, width, height); in ComputeSize()
1070 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function