Home
last modified time | relevance | path

Searched refs:TexturesGenerator (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTexturesGenerator.cpp43 TexturesGenerator::TexturesGenerator(TilesManager* instance) in TexturesGenerator() function in WebCore::TexturesGenerator
51 TexturesGenerator::~TexturesGenerator() in ~TexturesGenerator()
56 bool TexturesGenerator::tryUpdateOperationWithPainter(Tile* tile, TilePainter* painter) in tryUpdateOperationWithPainter()
66 void TexturesGenerator::scheduleOperation(QueuedOperation* operation) in scheduleOperation()
84 void TexturesGenerator::removeOperationsForFilter(OperationFilter* filter) in removeOperationsForFilter()
102 status_t TexturesGenerator::readyToRun() in readyToRun()
109 QueuedOperation* TexturesGenerator::popNext() in popNext()
151 bool TexturesGenerator::threadLoop() in threadLoop()
DTexturesGenerator.h44 class TexturesGenerator : public Thread {
46 TexturesGenerator(TilesManager* instance);
47 virtual ~TexturesGenerator();
DPaintTileOperation.cpp102 priority = m_state->isScrolling() ? 0 : TexturesGenerator::gDeferPriorityCutoff; in priority()
DTilesManager.h194 sp<TexturesGenerator>* m_textureGenerators;
DTilesManager.cpp113 m_textureGenerators = new sp<TexturesGenerator>[NUM_TEXTURES_GENERATORS]; in TilesManager()
115 m_textureGenerators[i] = new TexturesGenerator(this); in TilesManager()
/external/webkit/Source/WebCore/
DAndroid.mk694 platform/graphics/android/rendering/TexturesGenerator.cpp \