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

/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp616 if (m_textures2D.find(0) != m_textures2D.end())
618 delete m_textures2D[0];
621 m_textures2D[0] = texture2D;
952 texName = m_textures2D[0]->getGLTexture();
1032 for (Texture2DMap::iterator it = m_textures2D.begin(); it != m_textures2D.end(); it++)
1036 m_textures2D.clear();
1069 Texture2DMap m_textures2D; member in class:glcts::LayoutBindingBaseCase

Completed in 100 milliseconds