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

  /external/skia/src/core/
SkSharedMutex.h 12 #include "SkSemaphore.h"
58 SkSemaphore fSharedQueue[2];
59 SkSemaphore fExclusiveQueue;
62 SkSemaphore fSharedQueue;
63 SkSemaphore fExclusiveQueue;
SkExecutor.cpp 11 #include "SkSemaphore.h"
131 SkSemaphore fWorkAvailable;
  /external/skqp/src/core/
SkSharedMutex.h 12 #include "SkSemaphore.h"
58 SkSemaphore fSharedQueue[2];
59 SkSemaphore fExclusiveQueue;
62 SkSemaphore fSharedQueue;
63 SkSemaphore fExclusiveQueue;
SkExecutor.cpp 11 #include "SkSemaphore.h"
131 SkSemaphore fWorkAvailable;
  /external/skia/include/private/
SkSemaphore.h 54 class SkSemaphore : public SkBaseSemaphore {
57 ~SkSemaphore() { this->cleanup(); }
  /external/skqp/include/private/
SkSemaphore.h 54 class SkSemaphore : public SkBaseSemaphore {
57 ~SkSemaphore() { this->cleanup(); }
  /external/skia/src/gpu/
GrDeferredProxyUploader.h 14 #include "SkSemaphore.h"
91 SkSemaphore fPixelsReady;
  /external/skqp/src/gpu/
GrDeferredProxyUploader.h 14 #include "SkSemaphore.h"
90 SkSemaphore fPixelsReady;

Completed in 301 milliseconds