Home
last modified time | relevance | path

Searched refs:TextureMap (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DResourceManager.h95 typedef std::map<GLint, Texture*> TextureMap; typedef
96 TextureMap mTextureMap;
DResourceManager.cpp214 TextureMap::iterator textureObject = mTextureMap.find(texture); in deleteTexture()
268 TextureMap::iterator texture = mTextureMap.find(handle); in getTexture()
/external/deqp/modules/glshared/
DglsFboUtil.hpp306 typedef std::map<glw::GLuint, const Texture*> TextureMap; typedef
315 TextureMap textures;
DglsFboUtil.cpp578 for (TextureMap::const_iterator it = fboConfig.textures.begin(); in validStatusCodes()
744 for (TextureMap::const_iterator it = cfg.textures.begin(); in logFramebufferConfig()
940 for (TextureMap::const_iterator it = textures.begin(); it != textures.end(); it++) in ~FboBuilder()
DglsFboCompletenessTests.cpp479 for (config::TextureMap::const_iterator it = fbo.textures.begin(); it != fbo.textures.end(); ++it) in logFormatInfo()