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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 127 inline int convert4To8(int b) {
217 r1 = convert4To8(high >> 28);
218 r2 = convert4To8(high >> 24);
219 g1 = convert4To8(high >> 20);
220 g2 = convert4To8(high >> 16);
221 b1 = convert4To8(high >> 12);
222 b2 = convert4To8(high >> 8);
415 r1 = convert4To8(r41);
416 g1 = convert4To8(g41);
417 b1 = convert4To8(b41)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 127 inline int convert4To8(int b) {
217 r1 = convert4To8(high >> 28);
218 r2 = convert4To8(high >> 24);
219 g1 = convert4To8(high >> 20);
220 g2 = convert4To8(high >> 16);
221 b1 = convert4To8(high >> 12);
222 b2 = convert4To8(high >> 8);
415 r1 = convert4To8(r41);
416 g1 = convert4To8(g41);
417 b1 = convert4To8(b41)
    [all...]

Completed in 26 milliseconds