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

  /external/skia/tests/
PrimitiveProcessorTest.cpp 147 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
158 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 1);
165 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
  /external/skqp/tests/
PrimitiveProcessorTest.cpp 143 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
154 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 1);
161 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
  /external/skia/src/gpu/mock/
GrMockGpuCommandBuffer.h 46 int numDraws() const { return fNumDraws; }
GrMockGpu.cpp 76 for (int i = 0; i < cmdBuffer->numDraws(); ++i) {
  /external/skqp/src/gpu/mock/
GrMockGpuCommandBuffer.h 46 int numDraws() const { return fNumDraws; }
GrMockGpu.cpp 76 for (int i = 0; i < cmdBuffer->numDraws(); ++i) {
  /external/skia/src/gpu/
GrGpu.h 351 int numDraws() const { return fNumDraws; }
  /external/skqp/src/gpu/
GrGpu.h 322 int numDraws() const { return fNumDraws; }

Completed in 1745 milliseconds