Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DCompiler.cpp29 : mAllocator(allocator), mPushPopAllocator(pushPop) in TScopedPoolAllocator()
31 if (mPushPopAllocator) mAllocator->push(); in TScopedPoolAllocator()
37 if (mPushPopAllocator) mAllocator->pop(); in ~TScopedPoolAllocator()
42 bool mPushPopAllocator; member in __anon95731ce40111::TScopedPoolAllocator