HomeSort by relevance Sort by last modified time
    Searched refs:TextureManager (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsRandomShaderCase.hpp 61 class TextureManager
64 TextureManager (void);
65 ~TextureManager (void);
110 TextureManager m_texManager;
glsRandomShaderCase.cpp 84 TextureManager::TextureManager (void)
88 TextureManager::~TextureManager (void)
92 void TextureManager::bindTexture (int unit, const glu::Texture2D* tex2D)
97 void TextureManager::bindTexture (int unit, const glu::TextureCube* texCube)
102 inline vector<pair<int, const glu::Texture2D*> > TextureManager::getBindings2D (void) const
110 inline vector<pair<int, const glu::TextureCube*> > TextureManager::getBindingsCube (void) const

Completed in 48 milliseconds