Searched refs:m_textures3D (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp651 if (m_textures3D.find(0) != m_textures3D.end())
653 delete m_textures3D[0];
656 m_textures3D[0] = texture3D;
960 texName = m_textures3D[0]->getGLTexture();
1044 for (Texture3DMap::iterator it = m_textures3D.begin(); it != m_textures3D.end(); it++)
1048 m_textures3D.clear();
1071 Texture3DMap m_textures3D; member in class:glcts::LayoutBindingBaseCase

Completed in 83 milliseconds