Lines Matching refs:CompressedTexture
50 using tcu::CompressedTexture;
218 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
219 const int dataSize = compressedTexture.getDataSize();
220 deUint8* const data = (deUint8*)compressedTexture.getData();
226 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture);
249 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
250 const int dataSize = compressedTexture.getDataSize();
251 deUint8* const data = (deUint8*)compressedTexture.getData();
259 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture, tcu::TexDecompressionParams(tcu::TexDecompressionParams::ASTCMODE_LDR));