Home | History | Annotate | Download | only in functional

Lines Matching refs:CompressedTexture

822 	tcu::CompressedTexture	compressedTexture	(m_format, m_width, m_height);
823 int dataSize = compressedTexture.getDataSize();
824 deUint8* data = (deUint8*)compressedTexture.getData();
830 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture);
964 vector<tcu::CompressedTexture> levels (tcu::CUBEFACE_LAST);