Searched refs:kETC1ModifierTables (Results 1 – 2 of 2) sorted by relevance
47 static const int kETC1ModifierTables[kNumETC1ModifierTables][kNumETC1PixelIndices] = { variable122 kETC1ModifierTables[tableIndex0], in decompress_etc1()123 kETC1ModifierTables[tableIndex1] in decompress_etc1()
40 static const int kETC1ModifierTables[kNumETC1ModifierTables][kNumETC1PixelIndices] = { variable59 r8 = SkTPin<int>(r8 + kETC1ModifierTables[table][offset], 0, 255); in test_table_entry()60 g8 = SkTPin<int>(g8 + kETC1ModifierTables[table][offset], 0, 255); in test_table_entry()61 b8 = SkTPin<int>(b8 + kETC1ModifierTables[table][offset], 0, 255); in test_table_entry()