Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp534 inline int GetNumCompressedBlocks(int w, int h, int blockSizeX, int blockSizeY) in GetNumCompressedBlocks() function
552 return 8 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()
559 return 16 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()