Searched refs:etc2_decode_rgb_block (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/common/etc/ |
D | etc_unittest.cpp | 30 etc2_decode_rgb_block(bytesEncoded, false, decoded); in decodeRgbTest() 37 etc2_decode_rgb_block(bytesEncoded, true, decoded); in decodeRgb8A1Test()
|
D | etc.cpp | 389 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/ |
D | etc.h | 65 void etc2_decode_rgb_block(const etc1_byte* pIn, bool isPunchthroughAlpha, etc1_byte* pOut);
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Etc2RGBA8.comp | 38 etc2_decode_rgb_block(int(flip32(srcBlock[2])), int(flip32(srcBlock[3])), false);
|
D | Etc2RGB8.comp | 38 etc2_decode_rgb_block(constructUint32(srcBlock[0], srcBlock[1]),
|
D | Etc2ShaderLib.comp | 232 ivec4[16] etc2_decode_rgb_block(uint high, uint low, bool isPunchthroughAlpha) {
|