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

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

Completed in 76 milliseconds