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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 206 int rBase = high >> 27;
209 r1 = convert5To8(rBase);
210 r2 = convertDiff(rBase, high >> 24);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 206 int rBase = high >> 27;
209 r1 = convert5To8(rBase);
210 r2 = convertDiff(rBase, high >> 24);

Completed in 801 milliseconds