Searched refs:GrCompressedFormatDataSize (Results 1 – 5 of 5) sorted by relevance
37 textureSize = GrCompressedFormatDataSize(fDesc.fConfig, fDesc.fWidth, fDesc.fHeight); in onGpuMemorySize()
35 size = GrCompressedFormatDataSize(desc.fConfig, desc.fWidth, desc.fHeight); in WorseCaseSize()
229 size_t imageSize = GrCompressedFormatDataSize(kIndex_8_GrPixelConfig, in GrUploadBitmapToTexture()
654 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function
1079 size_t dataSize = GrCompressedFormatDataSize(desc.fConfig, width, height); in uploadCompressedTexData()