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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 150 inline int convert8To4(int b) {
409 int r41 = convert8To4(pColors[0]);
410 int g41 = convert8To4(pColors[1]);
411 int b41 = convert8To4(pColors[2]);
412 int r42 = convert8To4(pColors[3]);
413 int g42 = convert8To4(pColors[4]);
414 int b42 = convert8To4(pColors[5]);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 150 inline int convert8To4(int b) {
409 int r41 = convert8To4(pColors[0]);
410 int g41 = convert8To4(pColors[1]);
411 int b41 = convert8To4(pColors[2]);
412 int r42 = convert8To4(pColors[3]);
413 int g42 = convert8To4(pColors[4]);
414 int b42 = convert8To4(pColors[5]);

Completed in 20 milliseconds