Searched refs:num_4x4_blocks (Results 1 – 3 of 3) sorted by relevance
58 static int num_4x4_blocks(int size) { in num_4x4_blocks() function89 int numXBlocks = num_4x4_blocks(dimensions.width()); in decompress_etc1()90 int numYBlocks = num_4x4_blocks(dimensions.height()); in decompress_etc1()184 int numXBlocks = num_4x4_blocks(dimensions.width()); in decompress_bc1()185 int numYBlocks = num_4x4_blocks(dimensions.height()); in decompress_bc1()266 int numBlocks = num_4x4_blocks(dimensions.width()) * in SkCompressedDataSize()267 num_4x4_blocks(dimensions.height()); in SkCompressedDataSize()
119 static int num_4x4_blocks(int size) { in num_4x4_blocks() function134 w = num_4x4_blocks(w); in num_ETC1_blocks()135 h = num_4x4_blocks(h); in num_ETC1_blocks()179 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrNumBlocks()180 int numBlocksHeight = num_4x4_blocks(baseDimensions.height()); in GrNumBlocks()207 int numBlocksWidth = num_4x4_blocks(width); in GrCompressedRowBytes()213 int numBlocksWidth = num_4x4_blocks(width); in GrCompressedRowBytes()242 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrCompressedDimensions()243 int numBlocksHeight = num_4x4_blocks(baseDimensions.height()); in GrCompressedDimensions()308 int numXBlocks = num_4x4_blocks(pixmap.width()); in GrTwoColorBC1Compress()[all …]
30 static int num_4x4_blocks(int size) { in num_4x4_blocks() function92 int numXBlocks = num_4x4_blocks(kImgWidth); in make_compressed_data()93 int numYBlocks = num_4x4_blocks(kImgHeight); in make_compressed_data()