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

  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 248 etc1_byte* pColors, bool flipped, bool second) {
288 pColors[0] = (etc1_byte)((r + 4) >> 3);
289 pColors[1] = (etc1_byte)((g + 4) >> 3);
290 pColors[2] = (etc1_byte)((b + 4) >> 3);
378 const etc1_byte* pColors, etc_compressed* pCompressed) {
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])
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c     [all...]

Completed in 97 milliseconds