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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.cpp 26 #define LOG_TAG "TexturesGenerator"
30 #include "TexturesGenerator.h"
43 TexturesGenerator::TexturesGenerator(TilesManager* instance)
51 TexturesGenerator::~TexturesGenerator()
56 bool TexturesGenerator::tryUpdateOperationWithPainter(Tile* tile, TilePainter* painter)
66 void TexturesGenerator::scheduleOperation(QueuedOperation* operation)
84 void TexturesGenerator::removeOperationsForFilter(OperationFilter* filter)
102 status_t TexturesGenerator::readyToRun(
    [all...]
TexturesGenerator.h 44 class TexturesGenerator : public Thread {
46 TexturesGenerator(TilesManager* instance);
47 virtual ~TexturesGenerator();

Completed in 312 milliseconds