Searched refs:TexturesGenerator (Results 1 – 6 of 6) sorted by relevance
43 TexturesGenerator::TexturesGenerator(TilesManager* instance) in TexturesGenerator() function in WebCore::TexturesGenerator51 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()
44 class TexturesGenerator : public Thread {46 TexturesGenerator(TilesManager* instance);47 virtual ~TexturesGenerator();
102 priority = m_state->isScrolling() ? 0 : TexturesGenerator::gDeferPriorityCutoff; in priority()
194 sp<TexturesGenerator>* m_textureGenerators;
113 m_textureGenerators = new sp<TexturesGenerator>[NUM_TEXTURES_GENERATORS]; in TilesManager()115 m_textureGenerators[i] = new TexturesGenerator(this); in TilesManager()
694 platform/graphics/android/rendering/TexturesGenerator.cpp \