Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Ddxt.cpp214 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) { in decodeDXT1() local
293 int w = min(width - base_x, 4); in decodeDXT1()
326 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) { in decodeDXT3() local
399 int w = min(width - base_x, 4); in decodeDXT3()
450 for (int base_x = 0; base_x < width; base_x += 4, blockPtr += 4) { in decodeDXT5() local
556 int w = min(width - base_x, 4); in decodeDXT5()