Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDataUtils.cpp164 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrNumBlocks() local
167 return numBlocksWidth * numBlocksHeight; in GrNumBlocks()
180 int numBlocksWidth = num_4x4_blocks(width); in GrCompressedRowBytes() local
183 return numBlocksWidth * sizeof(ETC1Block); in GrCompressedRowBytes()
196 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrCompressedDimensions() local
200 return { 4 * numBlocksWidth, 4 * numBlocksHeight }; in GrCompressedDimensions()