Searched refs:GrTAllocator (Results 1 – 10 of 10) sorted by relevance
/external/skqp/tests/ |
D | GrAllocatorTest.cpp | 24 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, 29 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() 48 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper() 54 GrTAllocator<C>::Iter iter(allocator); in check_allocator_helper() 75 SkTArray<GrTAllocator<C>*> allocators; in DEF_TEST() 76 GrTAllocator<C> a1(1); in DEF_TEST() 78 GrTAllocator<C> a2(2); in DEF_TEST() 80 GrTAllocator<C> a5(5); in DEF_TEST()
|
D | ProcessorTest.cpp | 137 GrTAllocator<TextureSampler> fSamplers;
|
/external/skqp/src/gpu/ |
D | GrAllocator.h | 231 template <typename T> friend class GrTAllocator; variable 247 template <typename T> class GrTAllocator; variable 248 template <typename T> void* operator new(size_t, GrTAllocator<T>*); 250 template <typename T> class GrTAllocator : SkNoncopyable { 252 virtual ~GrTAllocator() { this->reset(); } in ~GrTAllocator() 259 explicit GrTAllocator(int itemsPerBlock) in GrTAllocator() function 356 Iter(const GrTAllocator* allocator) : fImpl(&allocator->fAllocator) {} in Iter() 406 friend void* operator new<T>(size_t, GrTAllocator*); 412 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> { 414 typedef GrTAllocator<T> INHERITED; [all …]
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStroker.h | 76 ScissorSubBatch(GrTAllocator<InstanceTallies>* alloc, const InstanceTallies& startIndices, in ScissorSubBatch() 86 Batch(GrTAllocator<InstanceTallies>* alloc, const InstanceTallies& startNonScissorIndices, in Batch()
|
D | GrCCAtlas.h | 126 typename GrTAllocator<GrCCAtlas>::Iter fImpl;
|
/external/skqp/src/gpu/gl/ |
D | GrGLProgramDataManager.h | 42 typedef GrTAllocator<UniformInfo> UniformInfoArray; 43 typedef GrTAllocator<VaryingInfo> VaryingInfoArray;
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVarying.h | 152 typedef GrTAllocator<VaryingInfo> VaryingList; 153 typedef GrTAllocator<GrShaderVar> VarArray;
|
D | GrGLSLShaderBuilder.h | 155 typedef GrTAllocator<GrShaderVar> VarArray;
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlUniformHandler.h | 35 typedef GrTAllocator<UniformInfo> UniformInfoArray;
|
/external/skqp/src/gpu/vk/ |
D | GrVkUniformHandler.h | 46 typedef GrTAllocator<UniformInfo> UniformInfoArray;
|