Searched refs:GrSTAllocator (Results 1 – 8 of 8) sorted by relevance
/external/skqp/tests/ |
D | GrAllocatorTest.cpp | 83 GrSTAllocator<1, C> sa1; in DEF_TEST() 85 GrSTAllocator<3, C> sa3; in DEF_TEST() 87 GrSTAllocator<4, C> sa4; in DEF_TEST()
|
/external/skia/tests/ |
D | GrAllocatorTest.cpp | 83 GrSTAllocator<1, C> sa1; in DEF_TEST() 85 GrSTAllocator<3, C> sa3; in DEF_TEST() 87 GrSTAllocator<4, C> sa4; in DEF_TEST()
|
/external/skqp/src/gpu/ |
D | GrAllocator.h | 412 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> { 417 GrSTAllocator() : INHERITED(N) { in GrSTAllocator() function
|
/external/skia/src/gpu/ |
D | GrAllocator.h | 412 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> { 417 GrSTAllocator() : INHERITED(N) { in GrSTAllocator() function
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStroker.h | 116 GrSTAllocator<128, InstanceTallies> fTalliesAllocator;
|
D | GrCCAtlas.h | 142 GrSTAllocator<4, GrCCAtlas> fAtlases;
|
/external/skia/src/gpu/ccpr/ |
D | GrCCStroker.h | 116 GrSTAllocator<128, InstanceTallies> fTalliesAllocator;
|
D | GrCCAtlas.h | 142 GrSTAllocator<4, GrCCAtlas> fAtlases;
|