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

  /external/skia/tests/
PrimitiveProcessorTest.cpp 124 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numDraws() == 0);
133 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numDraws() == 1);
141 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numDraws() == 0);
  /external/skia/src/gpu/
GrGpu.h 420 int numDraws() const { return fNumDraws; }

Completed in 846 milliseconds