Searched refs:GrCompressedFormatDataSize (Results 1 – 4 of 4) sorted by relevance
37 textureSize = GrCompressedFormatDataSize(fDesc.fConfig, fDesc.fWidth, fDesc.fHeight); in onGpuMemorySize()
418 size_t imageSize = GrCompressedFormatDataSize(kIndex_8_GrPixelConfig, in create_unstretched_bitmap_texture()
580 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function
776 size_t dataSize = GrCompressedFormatDataSize(desc.fConfig, width, height); in uploadCompressedTexData()