Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp167 ivec4[16] etc2_decode_block_P(uint high, uint low, bool isPunchthroughAlpha) {
247 return etc2_decode_block_P(high, low, isPunchthroughAlpha);
/hardware/google/gfxstream/common/etc/
Detc.cpp356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P() function
409 etc2_decode_block_P(high, low, isPunchthroughAlpha, pOut); in etc2_decode_rgb_block()