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

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

Completed in 77 milliseconds