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

  /external/skia/tests/
PrimitiveProcessorTest.cpp 134 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
145 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 1);
152 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
  /external/skqp/tests/
PrimitiveProcessorTest.cpp 134 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
145 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 1);
152 REPORTER_ASSERT(reporter, gpu->stats()->numDraws() == 0);
  /external/skia/src/gpu/mock/
GrMockGpuCommandBuffer.h 48 int numDraws() const { return fNumDraws; }
GrMockGpu.cpp 56 for (int i = 0; i < cmdBuffer->numDraws(); ++i) {
  /external/skqp/src/gpu/mock/
GrMockGpuCommandBuffer.h 48 int numDraws() const { return fNumDraws; }
GrMockGpu.cpp 56 for (int i = 0; i < cmdBuffer->numDraws(); ++i) {
  /external/skia/src/gpu/
GrGpu.h 423 int numDraws() const { return fNumDraws; }
  /external/skqp/src/gpu/
GrGpu.h 429 int numDraws() const { return fNumDraws; }

Completed in 592 milliseconds