Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkCompressedDataUtils.cpp58 static int num_4x4_blocks(int size) { in num_4x4_blocks() function
89 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()
263 int numBlocks = num_4x4_blocks(dimensions.width()) * in SkCompressedDataSize()
264 num_4x4_blocks(dimensions.height()); in SkCompressedDataSize()
/third_party/skia/src/gpu/
DGrDataUtils.cpp119 static int num_4x4_blocks(int size) { in num_4x4_blocks() function
124 w = num_4x4_blocks(w); in num_ETC1_blocks()
125 h = num_4x4_blocks(h); in num_ETC1_blocks()
168 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrNumBlocks()
169 int numBlocksHeight = num_4x4_blocks(baseDimensions.height()); in GrNumBlocks()
184 int numBlocksWidth = num_4x4_blocks(width); in GrCompressedRowBytes()
200 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrCompressedDimensions()
201 int numBlocksHeight = num_4x4_blocks(baseDimensions.height()); in GrCompressedDimensions()
252 int numXBlocks = num_4x4_blocks(pixmap.width()); in GrTwoColorBC1Compress()
253 int numYBlocks = num_4x4_blocks(pixmap.height()); in GrTwoColorBC1Compress()
/third_party/skia/gm/
Dbc1_transparency.cpp30 static int num_4x4_blocks(int size) { in num_4x4_blocks() function
92 int numXBlocks = num_4x4_blocks(kImgWidth); in make_compressed_data()
93 int numYBlocks = num_4x4_blocks(kImgHeight); in make_compressed_data()