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

  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 45 llvm::raw_ostream &changeColor(enum llvm::raw_ostream::Colors pColors,
  /frameworks/native/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...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
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.15/src/video/gapi/
SDL_gapivideo.c     [all...]

Completed in 128 milliseconds