Searched refs:compressedTexture (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 218 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()
|
D | es3fTextureFormatTests.cpp | 822 tcu::CompressedTexture compressedTexture (m_format, m_width, m_height); in init() local 823 int dataSize = compressedTexture.getDataSize(); in init() 824 deUint8* data = (deUint8*)compressedTexture.getData(); in init() 830 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture); in init()
|