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

  /external/swiftshader/src/OpenGL/libGL/
ResourceManager.h 95 typedef std::map<GLint, Texture*> TextureMap;
96 TextureMap mTextureMap;
ResourceManager.cpp 214 TextureMap::iterator textureObject = mTextureMap.find(texture);
268 TextureMap::iterator texture = mTextureMap.find(handle);
  /external/deqp/modules/glshared/
glsFboUtil.hpp 306 typedef std::map<glw::GLuint, const Texture*> TextureMap;
315 TextureMap textures;
glsFboUtil.cpp 578 for (TextureMap::const_iterator it = fboConfig.textures.begin();
744 for (TextureMap::const_iterator it = cfg.textures.begin();
940 for (TextureMap::const_iterator it = textures.begin(); it != textures.end(); it++)
glsFboCompletenessTests.cpp 479 for (config::TextureMap::const_iterator it = fbo.textures.begin(); it != fbo.textures.end(); ++it)

Completed in 536 milliseconds