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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 156 inline int convert8To5(int b) {
382 int r51 = convert8To5(pColors[0]);
383 int g51 = convert8To5(pColors[1]);
384 int b51 = convert8To5(pColors[2]);
385 int r52 = convert8To5(pColors[3]);
386 int g52 = convert8To5(pColors[4]);
387 int b52 = convert8To5(pColors[5]);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 156 inline int convert8To5(int b) {
382 int r51 = convert8To5(pColors[0]);
383 int g51 = convert8To5(pColors[1]);
384 int b51 = convert8To5(pColors[2]);
385 int r52 = convert8To5(pColors[3]);
386 int g52 = convert8To5(pColors[4]);
387 int b52 = convert8To5(pColors[5]);

Completed in 31 milliseconds