Searched refs:GrTBlockList (Results 1 – 10 of 10) sorted by relevance
/external/skia/tests/ |
D | GrTBlockListTest.cpp | 43 static void check_allocator_helper(GrTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator_helper() 70 static void check_iterator_helper(GrTBlockList<C, N>* allocator, in check_iterator_helper() 73 const GrTBlockList<C, N>* cAlloc = allocator; in check_iterator_helper() 117 static void check_allocator(GrTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator() 159 static void run_allocator_test(GrTBlockList<C, N>* allocator, skiatest::Reporter* reporter) { in run_allocator_test() 172 GrTBlockList<C, N1> listA; in run_concat_test() 173 GrTBlockList<C, N2> listB; in run_concat_test() 209 GrTBlockList<D, N1> listA; in run_concat_trivial_test() 210 GrTBlockList<D, N2> listB; in run_concat_trivial_test() 238 GrTBlockList<C, N> list(kItemsPerBlock); in run_reserve_test() [all …]
|
/external/skia/src/gpu/ |
D | GrTBlockList.h | 50 class GrTBlockList { 55 GrTBlockList() : GrTBlockList(StartingItems) {} in GrTBlockList() function 62 explicit GrTBlockList(int itemsPerBlock, 68 ~GrTBlockList() { this->reset(); } in ~GrTBlockList() 97 void concat(GrTBlockList<T, SI>&& other); 223 return const_cast<GrTBlockList*>(this)->item(i); in item() 229 template<typename S, int N> friend class GrTBlockList; 296 void GrTBlockList<T, SI1>::concat(GrTBlockList<T, SI2>&& other) { in concat()
|
D | GrClipStack.h | 101 using Stack = GrTBlockList<RawElement, 1>; 173 using Stack = GrTBlockList<Mask, 1>; 207 using Stack = GrTBlockList<SaveRecord, 2>;
|
D | GrSPIRVUniformHandler.h | 30 typedef GrTBlockList<SPIRVUniformInfo> UniformInfoArray;
|
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.h | 41 typedef GrTBlockList<GLUniformInfo> UniformInfoArray; 42 typedef GrTBlockList<VaryingInfo> VaryingInfoArray;
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLVarying.h | 152 typedef GrTBlockList<VaryingInfo> VaryingList; 153 typedef GrTBlockList<GrShaderVar> VarArray;
|
D | GrGLSLShaderBuilder.h | 182 typedef GrTBlockList<GrShaderVar> VarArray;
|
/external/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.h | 34 typedef GrTBlockList<MtlUniformInfo> UniformInfoArray;
|
/external/skia/src/gpu/vk/ |
D | GrVkUniformHandler.h | 63 typedef GrTBlockList<VkUniformInfo> UniformInfoArray;
|
/external/skia/gn/ |
D | gpu.gni | 239 "$_src/gpu/GrTBlockList.h",
|