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/rendering/
TextureInfo.cpp 27 #include "TextureInfo.h"
38 TextureInfo::TextureInfo()
46 bool TextureInfo::equalsAttributes(const TextureInfo* otherTexture)
53 void TextureInfo::copyAttributes(const TextureInfo* sourceTexture)
60 bool TextureInfo::operator==(const TextureInfo& otherTexture)
TextureInfo.h 44 * TextureInfo is a class that stores both the texture and metadata about the
48 class TextureInfo {
50 TextureInfo();
52 bool equalsAttributes(const TextureInfo* otherTexture);
53 void copyAttributes(const TextureInfo* sourceTexture);
55 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 40 milliseconds