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

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 162 inline int convertDiff(int base, int diff) {
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 162 inline int convertDiff(int base, int diff) {
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);

Completed in 20 milliseconds