HomeSort by relevance Sort by last modified time
    Searched defs:TextureInfo (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
TextureInfo.cpp 27 #include "TextureInfo.h"
38 TextureInfo::TextureInfo(SharedTextureMode mode)
49 bool TextureInfo::equalsAttributes(const TextureInfo* otherTexture)
56 void TextureInfo::copyAttributes(const TextureInfo* sourceTexture)
63 bool TextureInfo::operator==(const TextureInfo& otherTexture)
TextureInfo.h 47 * TextureInfo is a class that stores both the texture and metadata about the
55 class TextureInfo {
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/
TextureManager.h 61 struct TextureInfo {
69 void addTexture(TextureToken, TextureInfo);
70 void removeTexture(TextureToken, TextureInfo);
74 typedef HashMap<TextureToken, TextureInfo> TextureMap;

Completed in 180 milliseconds