HomeSort by relevance Sort by last modified time
    Searched defs:tableB (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkTableColorFilter.cpp 13 const uint8_t tableG[], const uint8_t tableB[]) {
33 if (tableB) {
34 memcpy(dst, tableB, 256);
121 const uint8_t* tableB = gIdentityTable;
132 tableB = table;
155 tableG[g], tableB[b]);
473 const uint8_t tableB[256]) {
474 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/skia/src/effects/
SkTableColorFilter.cpp 13 const uint8_t tableG[], const uint8_t tableB[]) {
33 if (tableB) {
34 memcpy(dst, tableB, 256);
117 const uint8_t* tableB = gIdentityTable;
128 tableB = table;
151 tableG[g], tableB[b]);
428 const uint8_t tableB[256]) {
429 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 248 const int* tableB = kModifierTable + tableIndexB * 4;
251 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 235 const int* tableB = kModifierTable + tableIndexB * 4;
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
  /external/skia/third_party/etc1/
etc1.cpp 235 const int* tableB = kModifierTable + tableIndexB * 4;
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 227 const int* tableB = kModifierTable + tableIndexB * 4;
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 227 const int* tableB = kModifierTable + tableIndexB * 4;
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);

Completed in 605 milliseconds