Home
last modified time | relevance | path

Searched refs:TargetsVector (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferErrors.hpp85 typedef std::vector<glw::GLenum> TargetsVector; typedef in glcts::TextureBufferErrors
90 TargetsVector m_texture_targets; /* Texture Targets */
DesextcTextureBufferErrors.cpp175 …for (TargetsVector::iterator iter = m_texture_targets.begin(); iter != m_texture_targets.end(); ++… in iterate()