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

  /external/skia/tests/
GrAllocatorTest.cpp 85 GrSTAllocator<1, C> sa1;
87 GrSTAllocator<3, C> sa3;
89 GrSTAllocator<4, C> sa4;
  /external/skia/src/gpu/
GrAllocator.h 371 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
376 GrSTAllocator() : INHERITED(N) {

Completed in 60 milliseconds