Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRandomShaderCase.hpp71 std::vector<std::pair<int, const glu::TextureCube*> > getBindingsCube (void) const;
DglsRandomShaderCase.cpp110 inline vector<pair<int, const glu::TextureCube*> > TextureManager::getBindingsCube (void) const in getBindingsCube() function in deqp::gls::TextureManager
518 vector<pair<int, const glu::TextureCube*> > texCubeBindings = m_texManager.getBindingsCube(); in iterate()