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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.h 83 typedef std::map<GLuint, Texture*> TextureMap;
84 TextureMap mTextureMap;
ResourceManager.cpp 198 TextureMap::iterator textureObject = mTextureMap.find(texture);
250 TextureMap::iterator texture = mTextureMap.find(handle);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.h 74 typedef HashMap<TextureToken, TextureInfo> TextureMap;
75 TextureMap m_textures;
TextureManager.cpp 57 TextureMap::iterator it = m_textures.find(token);
89 for (TextureMap::iterator it = m_textures.begin(); it != m_textures.end(); ++it)
138 TextureMap::iterator it = m_textures.find(token);

Completed in 76 milliseconds