Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Ddxt.cpp213 uint16_t *blockPtr = rowPtr; in decodeDXT1() local
214 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) { in decodeDXT1()
286 uint16_t* blockRowPtr = blockPtr; in decodeDXT1()
325 uint32_t *blockPtr = rowPtr; in decodeDXT3() local
326 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) { in decodeDXT3()
392 uint32_t* blockRowPtr = blockPtr; in decodeDXT3()
449 uint32_t *blockPtr = rowPtr; in decodeDXT5() local
450 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) { in decodeDXT5()
549 uint32_t* blockRowPtr = blockPtr; in decodeDXT5()