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

  /external/webkit/Source/WebCore/platform/graphics/android/
TexturesGenerator.h 43 class TexturesGenerator : public Thread {
45 TexturesGenerator() : Thread(false)
48 virtual ~TexturesGenerator() { }
TexturesGenerator.cpp 27 #include "TexturesGenerator.h"
43 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TexturesGenerator", __VA_ARGS__)
54 void TexturesGenerator::scheduleOperation(QueuedOperation* operation)
63 void TexturesGenerator::removeOperationsForPage(TiledPage* page)
68 void TexturesGenerator::removePaintOperationsForPage(TiledPage* page, bool waitForRunning)
73 void TexturesGenerator::removeOperationsForFilter(OperationFilter* filter)
78 void TexturesGenerator::removeOperationsForFilter(OperationFilter* filter, bool waitForRunning)
123 status_t TexturesGenerator::readyToRun()
131 QueuedOperation* TexturesGenerator::popNext()
163 bool TexturesGenerator::threadLoop(
    [all...]
TilesManager.h 37 #include "TexturesGenerator.h"
235 sp<TexturesGenerator> m_pixmapsGenerationThread;
TilesManager.cpp 115 m_pixmapsGenerationThread = new TexturesGenerator();
116 m_pixmapsGenerationThread->run("TexturesGenerator", android::PRIORITY_BACKGROUND);
  /external/webkit/Source/WebCore/
Android.mk 677 platform/graphics/android/TexturesGenerator.cpp \
    [all...]

Completed in 230 milliseconds