Home
last modified time | relevance | path

Searched defs:kAllocationAlignment (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrSubRunAllocator.h100 inline static constexpr int kAllocationAlignment = alignof(std::max_align_t); variable
102 inline static constexpr int kAllocationAlignment = 8; variable
/third_party/skia/m133/src/text/gpu/
DSubRunAllocator.h133 static constexpr int kAllocationAlignment = alignof(std::max_align_t); variable
135 static constexpr int kAllocationAlignment = 8; variable