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

  /external/skia/tests/
GrAllocatorTest.cpp 85 GrSTAllocator<1, C> sa1;
87 GrSTAllocator<3, C> sa3;
89 GrSTAllocator<4, C> sa4;
  /external/skqp/tests/
GrAllocatorTest.cpp 85 GrSTAllocator<1, C> sa1;
87 GrSTAllocator<3, C> sa3;
89 GrSTAllocator<4, C> sa4;
  /external/skia/src/gpu/
GrAllocator.h 378 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
383 GrSTAllocator() : INHERITED(N) {
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.h 214 GrSTAllocator<256, DrawPathsOp::SingleDraw> fDrawsAllocator;
225 GrSTAllocator<4, GrCCAtlas> fPerFlushAtlases;
  /external/skqp/src/gpu/
GrAllocator.h 378 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
383 GrSTAllocator() : INHERITED(N) {
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.h 214 GrSTAllocator<256, DrawPathsOp::SingleDraw> fDrawsAllocator;
225 GrSTAllocator<4, GrCCAtlas> fPerFlushAtlases;

Completed in 336 milliseconds