HomeSort by relevance Sort by last modified time
    Searched refs:inRange4bitSigned (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 373 static bool inRange4bitSigned(int color) {
397 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
398 && inRange4bitSigned(db);
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 373 static bool inRange4bitSigned(int color) {
397 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
398 && inRange4bitSigned(db);

Completed in 66 milliseconds