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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 120 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 };
163 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 120 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 };
163 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);

Completed in 738 milliseconds