Searched refs:blocksY (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/utils/
H A DSkTextureCompressor.cpp256 int blocksY = height / kLATCBlockSize; local
260 for (int y = 0; y < blocksY; ++y) {
290 int blocksY = height / kLATCBlockSize; local
292 return blocksX * blocksY * kLATCEncodedBlockSize;
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor.cpp114 const int blocksY = height / dimY; local
116 return blocksX * blocksY * encodedBlockSize;
H A DSkTextureCompressor_R11EAC.cpp285 int blocksY = height >> 2;
289 for (int y = 0; y < blocksY; ++y) {
471 const int blocksY = height >> 2;
474 for (int y = 0; y < blocksY; ++y) {
H A DSkTextureCompressor_LATC.cpp95 int blocksY = height >> 2; local
99 for (int y = 0; y < blocksY; ++y) {
/external/chromium_org/third_party/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp225 const int blocksY = height >> 2; local
230 for (int y = 0; y < blocksY; ++y) {

Completed in 159 milliseconds