Home
last modified time | relevance | path

Searched refs:TScopedPoolAllocator (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DCompiler.cpp26 class TScopedPoolAllocator { class
28 TScopedPoolAllocator(TPoolAllocator* allocator, bool pushPop) in TScopedPoolAllocator() function in __anonf99562cc0111::TScopedPoolAllocator
34 ~TScopedPoolAllocator() in ~TScopedPoolAllocator()
92 TScopedPoolAllocator scopedAlloc(&allocator, false); in Init()
106 TScopedPoolAllocator scopedAlloc(&allocator, true); in compile()
/external/angle/src/compiler/translator/
DCompiler.cpp175 class TScopedPoolAllocator class
178 TScopedPoolAllocator(angle::PoolAllocator *allocator) : mAllocator(allocator) in TScopedPoolAllocator() function in sh::__anona917a8340211::TScopedPoolAllocator
183 ~TScopedPoolAllocator() in ~TScopedPoolAllocator()
1055 TScopedPoolAllocator scopedAlloc(&allocator); in compile()