Home
last modified time | relevance | path

Searched defs:poolAllocator (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/common/
DPoolAlloc_unittest.cpp22 PoolAllocator poolAllocator; in TEST() local
62 PoolAllocator poolAllocator(4096, alignment); in TEST_P() local
/external/angle/src/compiler/translator/
DPoolAlloc.cpp36 void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator) in SetGlobalPoolAllocator()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp53 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DPoolAlloc.cpp57 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp34 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer()
47 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer()
427 angle::PoolAllocator *poolAllocator) in CommandGraphNode()
939 CommandGraph::CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator) in CommandGraph()