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

  /external/skia/third_party/etc1/
etc1.cpp 381 static bool inRange4bitSigned(int color) {
405 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
406 && inRange4bitSigned(db);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 373 static bool inRange4bitSigned(int color) {
397 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
398 && inRange4bitSigned(db);

Completed in 45 milliseconds