Searched refs:numBlocksWidth (Results 1 – 1 of 1) sorted by relevance
164 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrNumBlocks() local167 return numBlocksWidth * numBlocksHeight; in GrNumBlocks()180 int numBlocksWidth = num_4x4_blocks(width); in GrCompressedRowBytes() local183 return numBlocksWidth * sizeof(ETC1Block); in GrCompressedRowBytes()196 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrCompressedDimensions() local200 return { 4 * numBlocksWidth, 4 * numBlocksHeight }; in GrCompressedDimensions()