Searched refs:m_reference_compressed_1D (Results 1 – 2 of 2) sorted by relevance
9648 , m_reference_compressed_1D(DE_NULL) in SubImageErrorsTest()9813 m_reference_compressed_1D = new glw::GLubyte[m_reference_compressed_1D_size]; in Prepare()9815 gl.getCompressedTexImage(GL_TEXTURE_1D, 0, m_reference_compressed_1D); in Prepare()10856 if (DE_NULL != m_reference_compressed_1D) in Test1DCompressed()10862 m_reference_compressed_1D_size, m_reference_compressed_1D); in Test1DCompressed()10874 m_reference_compressed_1D_size, m_reference_compressed_1D); in Test1DCompressed()10887 m_reference_compressed_1D); in Test1DCompressed()10899 m_reference_compressed_1D); in Test1DCompressed()11286 if (DE_NULL != m_reference_compressed_1D) in Clean()11288 delete[] m_reference_compressed_1D; in Clean()[all …]
6464 glw::GLubyte* m_reference_compressed_1D; member in gl4cts::DirectStateAccess::Textures::SubImageErrorsTest