Searched refs:poolAllocator (Results 1 – 13 of 13) 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 67 void *allocation = poolAllocator.allocate((rand() % (1024 * 4)) + 1); in TEST_P()
|
/external/angle/src/compiler/translator/ |
D | PoolAlloc.cpp | 36 void SetGlobalPoolAllocator(angle::PoolAllocator *poolAllocator) in SetGlobalPoolAllocator() argument 39 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/glslang/src/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 53 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator() argument 55 OS_SetTLSValue(PoolIndex, poolAllocator); in SetThreadPoolAllocator()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.cpp | 50 void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator) in SetGlobalPoolAllocator() argument 53 OS_SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()
|
D | PoolAlloc.h | 237 extern void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator);
|
/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);
|
D | ContextVk.h | 175 void initialize(angle::PoolAllocator *poolAllocator);
|
D | ContextVk.cpp | 4578 void RenderPassCommandBuffer::initialize(angle::PoolAllocator *poolAllocator) in initialize() argument 4580 mCommandBuffer.initialize(poolAllocator); in initialize()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | PoolAlloc.h | 254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);
|