Home
last modified time | relevance | path

Searched refs:allocationAlignment (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp158 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() argument
159 : mAlignment(allocationAlignment), in PoolAllocator()
169 initialize(growthIncrement, allocationAlignment); in PoolAllocator()
DPoolAlloc.h64 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp66 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
68 alignment(allocationAlignment), in TPoolAllocator()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp60 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
61 alignment(allocationAlignment) in TPoolAllocator()
DPoolAlloc.h126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
/third_party/glslang/glslang/Include/
DPoolAlloc.h154 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);