Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTexture.cpp37 textureSize = GrCompressedFormatDataSize(fDesc.fConfig, fDesc.fWidth, fDesc.fHeight); in onGpuMemorySize()
DGrSurface.cpp35 size = GrCompressedFormatDataSize(desc.fConfig, desc.fWidth, desc.fHeight); in WorseCaseSize()
DSkGr.cpp229 size_t imageSize = GrCompressedFormatDataSize(kIndex_8_GrPixelConfig, in GrUploadBitmapToTexture()
/external/skia/include/gpu/
DGrTypes.h654 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1079 size_t dataSize = GrCompressedFormatDataSize(desc.fConfig, width, height); in uploadCompressedTexData()