Searched refs:etc2_decode_block_T (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Etc2ShaderLib.comp | 122 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/ |
D | etc.cpp | 296 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()
|