Searched refs:decompressETC1 (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp835 static void decompressETC1 (const tcu::PixelBufferAccess& dst, int width, int height, const deUint8* src) function in namespace:tcu
2649 case ETC1_RGB8: decompressETC1 (dst, m_width, m_height, &m_data[0]); break;

Completed in 83 milliseconds