Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor.cpp75 int GetCompressedDataSize(Format fmt, int width, int height) { in GetCompressedDataSize() function
179 int compressedDataSize = GetCompressedDataSize(format, bitmap.width(), bitmap.height()); in CompressBitmapToFormat()
DSkTextureCompressor.h55 int GetCompressedDataSize(Format fmt, int width, int height);
/external/skia/tests/
DTextureCompressionTest.cpp224 SkTextureCompressor::GetCompressedDataSize(kLATCFormat, kWidth, kHeight); in DEF_TEST()
/external/skia/src/gpu/
DGrSWMaskHelper.cpp194 int cmpSz = SkTextureCompressor::GetCompressedDataSize( in init()