Searched refs:SkTBlockList (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/tests/ |
D | SkTBlockListTest.cpp | 43 static size_t ScratchBlockSize(SkTBlockList<C, N>& list) { in ScratchBlockSize() 48 static size_t TotalSize(SkTBlockList<C, N>& list) { in TotalSize() 56 static void check_allocator_helper(SkTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator_helper() 83 static void check_iterator_helper(SkTBlockList<C, N>* allocator, in check_iterator_helper() 86 const SkTBlockList<C, N>* cAlloc = allocator; in check_iterator_helper() 130 static void check_allocator(SkTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator() 172 static void run_allocator_test(SkTBlockList<C, N>* allocator, skiatest::Reporter* reporter) { in run_allocator_test() 185 SkTBlockList<C, N1> listA; in run_concat_test() 186 SkTBlockList<C, N2> listB; in run_concat_test() 222 SkTBlockList<D, N1> listA; in run_concat_trivial_test() [all …]
|
/third_party/skia/src/core/ |
D | SkTBlockList.h | 50 class SkTBlockList { 55 SkTBlockList() : SkTBlockList(StartingItems) {} in SkTBlockList() function 62 explicit SkTBlockList(int itemsPerBlock, 68 ~SkTBlockList() { this->reset(); } in ~SkTBlockList() 97 void concat(SkTBlockList<T, SI>&& other); 223 return const_cast<SkTBlockList*>(this)->item(i); in item() 229 template<typename S, int N> friend class SkTBlockList; 292 void SkTBlockList<T, SI1>::concat(SkTBlockList<T, SI2>&& other) { in concat()
|
D | SkRasterClipStack.h | 106 SkTBlockList<Rec, 16> fStack;
|
D | BUILD.bazel | 346 "SkTBlockList.h",
|
/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.h | 41 typedef SkTBlockList<GLUniformInfo> UniformInfoArray; 42 typedef SkTBlockList<VaryingInfo> VaryingInfoArray;
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLVarying.h | 153 typedef SkTBlockList<VaryingInfo> VaryingList; 154 typedef SkTBlockList<GrShaderVar> VarArray;
|
D | GrGLSLShaderBuilder.h | 182 typedef SkTBlockList<GrShaderVar> VarArray;
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.h | 103 using Stack = SkTBlockList<RawElement, 1>; 170 using Stack = SkTBlockList<Mask, 1>; 204 using Stack = SkTBlockList<SaveRecord, 2>;
|
/third_party/skia/experimental/graphite/src/ |
D | DrawList.h | 227 SkTBlockList<Transform, 16> fTransforms; 228 SkTBlockList<Draw, 16> fDraws;
|
/third_party/skia/src/gpu/ |
D | GrSPIRVUniformHandler.h | 30 typedef SkTBlockList<SPIRVUniformInfo> UniformInfoArray;
|
/third_party/skia/src/gpu/ops/ |
D | AtlasRenderTask.h | 65 using PathDrawAllocator = SkTBlockList<PathDrawList, 16>;
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.h | 35 typedef SkTBlockList<MtlUniformInfo> UniformInfoArray;
|
/third_party/skia/experimental/graphite/src/geom/ |
D | BoundsManager.h | 110 SkTBlockList<Record> fRects{16, SkBlockAllocator::GrowthPolicy::kFibonacci};
|
/third_party/skia/src/gpu/vk/ |
D | GrVkUniformHandler.h | 63 typedef SkTBlockList<VkUniformInfo> UniformInfoArray;
|
/third_party/skia/gn/ |
D | core.gni | 379 "$_src/core/SkTBlockList.h",
|