Home
last modified time | relevance | path

Searched refs:kRGBModifierTable (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp32 const ivec4 kRGBModifierTable[] = {
269 tableA = kRGBModifierTable[tableIndexA];
270 tableB = kRGBModifierTable[tableIndexB];
/hardware/google/gfxstream/common/etc/
Detc.cpp118 static const int kRGBModifierTable[] = { variable
430 kRGBModifierTable : kRGBOpaqueModifierTable; in etc2_decode_rgb_block()
706 const int* pModifierTable = kRGBModifierTable; in etc_encode_block_helper()
716 pModifierTable = kRGBModifierTable; in etc_encode_block_helper()