Home
last modified time | relevance | path

Searched refs:compressedTexture (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp218 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height); in init() local
219 const int dataSize = compressedTexture.getDataSize(); in init()
220 deUint8* const data = (deUint8*)compressedTexture.getData(); in init()
226 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture); in init()
249 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height); in init() local
250 const int dataSize = compressedTexture.getDataSize(); in init()
251 deUint8* const data = (deUint8*)compressedTexture.getData(); in init()
259 …m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture, tcu::TexDecomp… in init()
Des3fTextureFormatTests.cpp786 tcu::CompressedTexture compressedTexture (m_format, m_width, m_height); in init() local
787 int dataSize = compressedTexture.getDataSize(); in init()
788 deUint8* data = (deUint8*)compressedTexture.getData(); in init()
794 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture); in init()