Searched defs:TextureManager (Results 1 - 2 of 2) sorted by path

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DTextureManager.cpp29 #include "TextureManager.h"
41 TextureManager::TextureManager(GraphicsContext3D* context, size_t memoryLimitBytes, int maxTextureSize) function in class:WebCore::TextureManager
50 TextureToken TextureManager::getToken()
55 void TextureManager::releaseToken(TextureToken token)
62 bool TextureManager::hasTexture(TextureToken token)
73 bool TextureManager::isProtected(TextureToken token)
78 void TextureManager::protectTexture(TextureToken token)
87 void TextureManager::unprotectAllTextures()
93 bool TextureManager
[all...]
H A DTextureManager.h40 class TextureManager { class in namespace:WebCore
41 WTF_MAKE_NONCOPYABLE(TextureManager);
43 static PassOwnPtr<TextureManager> create(GraphicsContext3D* context, size_t memoryLimitBytes, int maxTextureSize)
45 return adoptPtr(new TextureManager(context, memoryLimitBytes, maxTextureSize));
59 TextureManager(GraphicsContext3D*, size_t memoryLimitBytes, int maxTextureSize);

Completed in 646 milliseconds