Home
last modified time | relevance | path

Searched refs:GrTBlockList (Results 1 – 10 of 10) sorted by relevance

/external/skia/tests/
DGrTBlockListTest.cpp43 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/
DGrTBlockList.h50 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()
DGrClipStack.h101 using Stack = GrTBlockList<RawElement, 1>;
173 using Stack = GrTBlockList<Mask, 1>;
207 using Stack = GrTBlockList<SaveRecord, 2>;
DGrSPIRVUniformHandler.h30 typedef GrTBlockList<SPIRVUniformInfo> UniformInfoArray;
/external/skia/src/gpu/gl/
DGrGLProgramDataManager.h41 typedef GrTBlockList<GLUniformInfo> UniformInfoArray;
42 typedef GrTBlockList<VaryingInfo> VaryingInfoArray;
/external/skia/src/gpu/glsl/
DGrGLSLVarying.h152 typedef GrTBlockList<VaryingInfo> VaryingList;
153 typedef GrTBlockList<GrShaderVar> VarArray;
DGrGLSLShaderBuilder.h182 typedef GrTBlockList<GrShaderVar> VarArray;
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.h34 typedef GrTBlockList<MtlUniformInfo> UniformInfoArray;
/external/skia/src/gpu/vk/
DGrVkUniformHandler.h63 typedef GrTBlockList<VkUniformInfo> UniformInfoArray;
/external/skia/gn/
Dgpu.gni239 "$_src/gpu/GrTBlockList.h",