Searched refs:poolAllocator (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/common/ |
D | PoolAlloc_unittest.cpp | 22 PoolAllocator poolAllocator; in TEST() local 23 void *allocation = poolAllocator.allocate(numBytes); in TEST() 30 poolAllocator.push(); in TEST() 31 allocation = poolAllocator.allocate(numBytes); in TEST() 34 allocation = poolAllocator.allocate(10 * 1024); in TEST() 36 poolAllocator.pop(); in TEST() 43 allocation = poolAllocator.allocate(numBytes); in TEST() 50 poolAllocator.popAll(); in TEST() 62 PoolAllocator poolAllocator(4096, alignment); in TEST_P() local 68 void *allocation = poolAllocator.allocate(numBytes); in TEST_P()
|
/external/angle/src/compiler/translator/ |
D | PoolAlloc.cpp | 36 void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator) in SetGlobalPoolAllocator() argument 39 angle::SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()
|
D | PoolAlloc.h | 30 extern void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator);
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 53 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator() argument 55 OS_SetTLSValue(PoolIndex, poolAllocator); in SetThreadPoolAllocator()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 57 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator() argument 59 threadPoolAllocator = poolAllocator; in SetThreadPoolAllocator()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 34 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer() argument 38 commandBuffer->initialize(poolAllocator); in InitAndBeginCommandBuffer() 47 angle::PoolAllocator *poolAllocator, in InitAndBeginCommandBuffer() argument 427 angle::PoolAllocator *poolAllocator) in CommandGraphNode() argument 430 mPoolAllocator(poolAllocator), 939 CommandGraph::CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator) in CommandGraph() argument 941 mPoolAllocator(poolAllocator), in CommandGraph()
|
D | CommandGraph.h | 84 CommandGraphNode(CommandGraphNodeFunction function, angle::PoolAllocator *poolAllocator); 575 explicit CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator);
|
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | PoolAlloc.h | 254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);
|