Searched defs:TextureInfo (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DTextureInfo.cpp27 #include "TextureInfo.h"
38 TextureInfo::TextureInfo(SharedTextureMode mode) function in class:WebCore::TextureInfo
49 bool TextureInfo::equalsAttributes(const TextureInfo* otherTexture)
56 void TextureInfo::copyAttributes(const TextureInfo* sourceTexture)
63 bool TextureInfo::operator==(const TextureInfo& otherTexture)
H A DTextureInfo.h47 * TextureInfo is a class that stores both the texture and metadata about the
55 class TextureInfo { class in namespace:WebCore
58 TextureInfo(SharedTextureMode mode);
60 bool equalsAttributes(const TextureInfo* otherTexture);
61 void copyAttributes(const TextureInfo* sourceTexture);
64 bool operator==(const TextureInfo& otherTexture);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DTextureManager.h61 struct TextureInfo { struct in class:WebCore::TextureManager
69 void addTexture(TextureToken, TextureInfo);
70 void removeTexture(TextureToken, TextureInfo);
74 typedef HashMap<TextureToken, TextureInfo> TextureMap;

Completed in 323 milliseconds