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

  /external/skia/src/core/
SkTaskGroup2D.h 51 : fKernel(kernel), fHeight(height), fThreadCnt(threadCnt), fIsFinishing(false)
83 const int fThreadCnt;
SkTaskGroup2D.cpp 11 fThreadsGroup->batch(fThreadCnt, [this](int threadId){
SkThreadedBMPDevice.cpp 32 fThreadAllocs.reset(fDevice->fThreadCnt);
39 fDevice->fThreadCnt));
49 , fThreadCnt(threads <= 0 ? tiles : threads)
53 fInternalExecutor = SkExecutor::MakeFIFOThreadPool(fThreadCnt);
SkThreadedBMPDevice.h 17 // When threads = 0, we make fThreadCnt = tiles. Otherwise fThreadCnt = threads.
161 const int fThreadCnt;
  /external/skqp/src/core/
SkTaskGroup2D.h 30 : fWork(work), fHeight(height), fThreadCnt(threadCnt), fIsFinishing(false), fWidth(0)
52 const int fThreadCnt;
SkTaskGroup2D.cpp 11 fThreadsGroup->batch(fThreadCnt, [this](int threadId){
SkThreadedBMPDevice.cpp 32 fDevice->fThreadCnt));
42 , fThreadCnt(threads <= 0 ? tiles : threads)
46 fInternalExecutor = SkExecutor::MakeFIFOThreadPool(fThreadCnt);
SkThreadedBMPDevice.h 17 // When threads = 0, we make fThreadCnt = tiles. Otherwise fThreadCnt = threads.
106 const int fThreadCnt;
  /external/skia/tools/viewer/
Viewer.h 106 fExecutor = SkExecutor::MakeFIFOThreadPool(fThreadCnt == 0 ? fTileCnt : fThreadCnt);
162 int fThreadCnt;
Viewer.cpp 180 , fThreadCnt(0)
312 if (fThreadCnt == 0) {
320 if (fThreadCnt == 0) {
330 fThreadCnt = (fThreadCnt + 1) % fTileCnt;
339 fThreadCnt = (fThreadCnt + fTileCnt - 1) % fTileCnt;
675 if (fThreadCnt > 0) {
676 title.appendf("/%d", fThreadCnt);
    [all...]
  /external/skqp/tools/viewer/
Viewer.h 66 fExecutor = SkExecutor::MakeFIFOThreadPool(fThreadCnt == 0 ? fTileCnt : fThreadCnt);
122 int fThreadCnt;
Viewer.cpp 192 , fThreadCnt(0)
344 if (fThreadCnt == 0) {
352 if (fThreadCnt == 0) {
362 fThreadCnt = (fThreadCnt + 1) % fTileCnt;
371 fThreadCnt = (fThreadCnt + fTileCnt - 1) % fTileCnt;
527 if (fThreadCnt > 0) {
528 title.appendf("/%d", fThreadCnt);
782 fThreadCnt, fExecutor.get()))
    [all...]

Completed in 156 milliseconds