Searched defs:has3 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Ddxt.cpp255 bool has3 = ((bbits & bits) & 0x55555555) != 0; local
257 if (has2 || has3) {
362 bool has3 = ((bbits & bits) & 0x55555555) != 0; local
364 if (has2 || has3) {
519 bool has3 = ((bbits & bits) & 0x55555555) != 0; local
521 if (has2 || has3) {

Completed in 34 milliseconds