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

  /external/skqp/src/gpu/mock/
GrMockGpu.cpp 57 fStats.incNumDraws();
89 fStats.incStencilAttachmentCreates();
  /external/skia/src/gpu/mock/
GrMockGpu.cpp 57 fStats.incNumDraws();
90 fStats.incStencilAttachmentCreates();
  /external/skia/tests/
skia_test.cpp 92 TestReporter() : fStats(nullptr), fError(false), fTestCount(0) {}
100 void* stats() const override { return fStats; }
101 void* fStats;
  /external/skqp/tests/
skia_test.cpp 92 TestReporter() : fStats(nullptr), fError(false), fTestCount(0) {}
100 void* stats() const override { return fStats; }
101 void* fStats;
  /external/skia/src/gpu/
GrGpu.cpp 102 fStats.incTextureCreates();
105 fStats.incTextureUploads();
405 fStats.incTextureUploads();
435 fStats.incTransfersToTexture();
GrGpu.h 448 Stats* stats() { return &fStats; }
528 Stats fStats;
  /external/skqp/src/gpu/
GrGpu.cpp 157 fStats.incTextureCreates();
160 fStats.incTextureUploads();
375 fStats.incTextureUploads();
413 fStats.incTransfersToTexture();
GrGpu.h 454 Stats* stats() { return &fStats; }
535 Stats fStats;
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]

Completed in 1878 milliseconds