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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.cpp 26 #define LOG_TAG "TilesManager"
30 #include "TilesManager.h"
70 int TilesManager::getMaxTextureAllocation()
75 GLUtils::checkGlError("TilesManager::getMaxTextureAllocation");
84 TilesManager::TilesManager()
103 ALOGV("TilesManager ctor");
112 void TilesManager::allocateTextures()
151 void TilesManager::discardTextures(bool allTextures, bool glTextures)
169 void TilesManager::markAllGLTexturesZero(
    [all...]
TilesManager.h 46 class TilesManager {
49 static TilesManager* instance();
169 TilesManager();
205 static TilesManager* gInstance;

Completed in 75 milliseconds