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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_Test.h 12 struct State4;
26 State4& state, const char* pathStr);
30 struct State4 {
31 State4();
35 static State4* queue;
50 void createThread(State4* statePtr, void* (*test)(void* ));
53 void outputProgress(const State4& state, const char* pathStr, SkPath::FillType );
54 void outputProgress(const State4& state, const char* pathStr, ShapeOp op);
55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
58 bool runNextTestSet(State4& state)
    [all...]
EdgeWalker_TestUtility.cpp 390 bool testSimplifyx(SkPath& path, bool useXor, SkPath& out, State4& state,
474 State4 threadState[maxThreadsAllocated];
479 State4* State4::queue = NULL;
480 pthread_mutex_t State4::addQueue = PTHREAD_MUTEX_INITIALIZER;
481 pthread_cond_t State4::checkQueue = PTHREAD_COND_INITIALIZER;
483 State4::State4() {
488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
496 State4* statePtr
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_Test.h 12 struct State4;
26 State4& state, const char* pathStr);
30 struct State4 {
31 State4();
35 static State4* queue;
50 void createThread(State4* statePtr, void* (*test)(void* ));
53 void outputProgress(const State4& state, const char* pathStr, SkPath::FillType );
54 void outputProgress(const State4& state, const char* pathStr, ShapeOp op);
55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
58 bool runNextTestSet(State4& state)
    [all...]
EdgeWalker_TestUtility.cpp 390 bool testSimplifyx(SkPath& path, bool useXor, SkPath& out, State4& state,
474 State4 threadState[maxThreadsAllocated];
479 State4* State4::queue = NULL;
480 pthread_mutex_t State4::addQueue = PTHREAD_MUTEX_INITIALIZER;
481 pthread_cond_t State4::checkQueue = PTHREAD_COND_INITIALIZER;
483 State4::State4() {
488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
496 State4* statePtr
    [all...]

Completed in 5355 milliseconds