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

  /external/skia/include/effects/
SkTableColorFilter.h 28 static SkColorFilter* CreateARGB(const uint8_t tableA[256],
  /external/skia/src/effects/
SkTableColorFilter.cpp 7 SkTable_ColorFilter(const uint8_t tableA[], const uint8_t tableR[],
13 if (tableA) {
14 memcpy(dst, tableA, 256);
101 const uint8_t* tableA = gIdentityTable;
106 tableA = table; table += 256;
137 dst[i] = SkPremultiplyARGBInline(tableA[a], tableR[r],
215 SkColorFilter* SkTableColorFilter::CreateARGB(const uint8_t tableA[256],
219 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 226 const int* tableA = kModifierTable + tableIndexA * 4;
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 226 const int* tableA = kModifierTable + tableIndexA * 4;
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);

Completed in 683 milliseconds