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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 64 typedef HashMap<NativeImagePtr, RefPtr<Texture> > TextureHashMap;
121 // TextureHashMap.
163 TextureHashMap m_textures;
SharedGraphicsContext3D.cpp 255 TextureHashMap::iterator it = m_textures.find(ptr);

Completed in 51 milliseconds