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

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp373 static bool inRange4bitSigned(int color) { function
397 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
398 && inRange4bitSigned(db);

Completed in 3181 milliseconds