Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp122 ivec4[16] etc2_decode_block_T(uint high, uint low, bool isPunchthroughAlpha, bool opaque) {
241 return etc2_decode_block_T(high, low, isPunchthroughAlpha, opaque);
/hardware/google/gfxstream/common/etc/
Detc.cpp296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T() function
401 etc2_decode_block_T(high, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_rgb_block()