Searched refs:TextureManager (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | TextureManager.cpp | 41 TextureManager::TextureManager(GraphicsContext3D* context, size_t memoryLimitBytes, int maxTextureS… in TextureManager() function in WebCore::TextureManager 50 TextureToken TextureManager::getToken() in getToken() 55 void TextureManager::releaseToken(TextureToken token) in releaseToken() 62 bool TextureManager::hasTexture(TextureToken token) in hasTexture() 73 bool TextureManager::isProtected(TextureToken token) in isProtected() 78 void TextureManager::protectTexture(TextureToken token) in protectTexture() 87 void TextureManager::unprotectAllTextures() in unprotectAllTextures() 93 bool TextureManager::reduceMemoryToLimit(size_t limit) in reduceMemoryToLimit() 113 void TextureManager::addTexture(TextureToken token, TextureInfo info) in addTexture() 122 void TextureManager::removeTexture(TextureToken token, TextureInfo info) in removeTexture() [all …]
|
D | TextureManager.h | 40 class TextureManager { 41 WTF_MAKE_NONCOPYABLE(TextureManager); 43 …static PassOwnPtr<TextureManager> create(GraphicsContext3D* context, size_t memoryLimitBytes, int … in create() 45 return adoptPtr(new TextureManager(context, memoryLimitBytes, maxTextureSize)); in create() 59 TextureManager(GraphicsContext3D*, size_t memoryLimitBytes, int maxTextureSize);
|
D | LayerTexture.h | 39 class TextureManager; variable 44 static PassOwnPtr<LayerTexture> create(GraphicsContext3D* context, TextureManager* manager) in create() 62 LayerTexture(GraphicsContext3D*, TextureManager*); 65 TextureManager* m_textureManager;
|
D | LayerRendererChromium.h | 126 TextureManager* textureManager() const { return m_textureManager.get(); } in textureManager() 218 OwnPtr<TextureManager> m_textureManager;
|
D | LayerTexture.cpp | 36 LayerTexture::LayerTexture(GraphicsContext3D* context, TextureManager* manager) in LayerTexture()
|
D | RenderSurfaceChromium.cpp | 84 TextureManager* textureManager = layerRenderer()->textureManager(); in prepareContentsTexture()
|
D | LayerTilerChromium.cpp | 119 TextureManager* manager = layerRenderer()->textureManager(); in createTile()
|
D | LayerRendererChromium.cpp | 1028 …m_textureManager = TextureManager::create(m_context.get(), textureMemoryLimitBytes, m_maxTextureSi… in initializeSharedObjects()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 29242 * platform/graphics/chromium/TextureManager.cpp: 29243 (WebCore::TextureManager::isProtected): 29244 * platform/graphics/chromium/TextureManager.h: 38388 * platform/graphics/chromium/TextureManager.cpp: 38389 (WebCore::TextureManager::requestTexture): Ditto. 44675 The TextureManager works by providing tokens to callers that want to use a managed texture. 44682 … A LayerTexture wraps a TextureManager token, size, and format. A LayerChromium can check if a 44753 * platform/graphics/chromium/TextureManager.cpp: Added. 44755 (WebCore::TextureManager::TextureManager): 44756 (WebCore::TextureManager::getToken): [all …]
|
D | WebCore.gypi | 4054 'platform/graphics/chromium/TextureManager.cpp', 4055 'platform/graphics/chromium/TextureManager.h',
|
D | ChangeLog-2010-12-06 | 5074 * platform/graphics/chromium/TextureManager.cpp: Removed. 5075 * platform/graphics/chromium/TextureManager.h: Removed. 5938 The TextureManager works by providing tokens to callers that want to use a managed texture. 5945 … A LayerTexture wraps a TextureManager token, size, and format. A LayerChromium can check if a 6009 * platform/graphics/chromium/TextureManager.cpp: Added. 6011 (WebCore::TextureManager::TextureManager): 6012 (WebCore::TextureManager::getToken): 6013 (WebCore::TextureManager::releaseToken): 6014 (WebCore::TextureManager::hasTexture): 6015 (WebCore::TextureManager::protectTexture): [all …]
|
D | ChangeLog | 14068 * platform/graphics/chromium/TextureManager.cpp: 14069 (WebCore::TextureManager::unprotectAllTextures): 14070 * platform/graphics/chromium/TextureManager.h: 63905 * platform/graphics/chromium/TextureManager.cpp: 63906 (WebCore::TextureManager::requestTexture):
|