Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTexture.cpp37 textureSize = GrCompressedFormatDataSize(fDesc.fConfig, fDesc.fWidth, fDesc.fHeight); in onGpuMemorySize()
DSkGr.cpp418 size_t imageSize = GrCompressedFormatDataSize(kIndex_8_GrPixelConfig, in create_unstretched_bitmap_texture()
/external/skia/include/gpu/
DGrTypes.h580 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp776 size_t dataSize = GrCompressedFormatDataSize(desc.fConfig, width, height); in uploadCompressedTexData()