Home
last modified time | relevance | path

Searched refs:etc2_decode_rgb_block (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/etc/
Detc_unittest.cpp30 etc2_decode_rgb_block(bytesEncoded, false, decoded); in decodeRgbTest()
37 etc2_decode_rgb_block(bytesEncoded, true, decoded); in decodeRgb8A1Test()
Detc.cpp389 void etc2_decode_rgb_block(const etc1_byte* pIn, bool isPunchthroughAlpha, in etc2_decode_rgb_block() function
901 etc2_decode_rgb_block(pIn, false, block); in etc2_decode_image()
905 etc2_decode_rgb_block(pIn, true, block); in etc2_decode_image()
/hardware/google/gfxstream/common/etc/include/gfxstream/
Detc.h65 void etc2_decode_rgb_block(const etc1_byte* pIn, bool isPunchthroughAlpha, etc1_byte* pOut);
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2RGBA8.comp38 etc2_decode_rgb_block(int(flip32(srcBlock[2])), int(flip32(srcBlock[3])), false);
DEtc2RGB8.comp38 etc2_decode_rgb_block(constructUint32(srcBlock[0], srcBlock[1]),
DEtc2ShaderLib.comp232 ivec4[16] etc2_decode_rgb_block(uint high, uint low, bool isPunchthroughAlpha) {