Home
last modified time | relevance | path

Searched refs:TextureInfo (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTextureInfo.cpp38 TextureInfo::TextureInfo() in TextureInfo() function in WebCore::TextureInfo
46 bool TextureInfo::equalsAttributes(const TextureInfo* otherTexture) in equalsAttributes()
53 void TextureInfo::copyAttributes(const TextureInfo* sourceTexture) in copyAttributes()
60 bool TextureInfo::operator==(const TextureInfo& otherTexture) in operator ==()
DTextureInfo.h48 class TextureInfo {
50 TextureInfo();
52 bool equalsAttributes(const TextureInfo* otherTexture);
53 void copyAttributes(const TextureInfo* sourceTexture);
55 bool operator==(const TextureInfo& otherTexture);
DTileTexture.h74 TextureInfo* getTextureInfo() { return &m_ownTextureInfo; } in getTextureInfo()
87 TextureInfo m_ownTextureInfo;
DBaseRenderer.h41 class TextureInfo; variable
63 TextureInfo* textureInfo;
DTile.h43 class TextureInfo; variable
DTile.cpp319 TextureInfo* textureInfo = texture->getTextureInfo(); in paintBitmap()
DGLUtils.cpp454 TextureInfo* textureInfo = renderInfo->textureInfo; in paintTextureWithBitmap()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DTextureManager.h61 struct TextureInfo { struct
69 void addTexture(TextureToken, TextureInfo); argument
70 void removeTexture(TextureToken, TextureInfo);
74 typedef HashMap<TextureToken, TextureInfo> TextureMap;
DTextureManager.cpp82 TextureInfo info = m_textures.take(token); in protectTexture()
100 TextureInfo info = m_textures.get(token); in reduceMemoryToLimit()
113 void TextureManager::addTexture(TextureToken token, TextureInfo info) in addTexture()
122 void TextureManager::removeTexture(TextureToken token, TextureInfo info) in removeTexture()
158 TextureInfo info; in requestTexture()
/external/webkit/Source/WebCore/
DAndroid.mk693 platform/graphics/android/rendering/TextureInfo.cpp \