Home
last modified time | relevance | path

Searched refs:SetGlobalPoolAllocator (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DCompiler.cpp32 SetGlobalPoolAllocator(mAllocator); in TScopedPoolAllocator()
36 SetGlobalPoolAllocator(nullptr); in ~TScopedPoolAllocator()
79 SetGlobalPoolAllocator(&allocator); in TCompiler()
84 SetGlobalPoolAllocator(nullptr); in ~TCompiler()
DPoolAlloc.cpp50 void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator) in SetGlobalPoolAllocator() function
DPoolAlloc.h237 extern void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator);
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp40 SetGlobalPoolAllocator(&allocator); in ScopedPoolAllocatorAndTLS()
43 SetGlobalPoolAllocator(nullptr); in ~ScopedPoolAllocatorAndTLS()