Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.h65 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags);
DdePoolHashArray.c33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHashArray_selfTest()
DdePoolSet.c33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolSet_selfTest()
DdePoolHeap.c61 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHeap_selfTest()
DdePoolHash.c39 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHash_selfTest()
DdePoolHashSet.c33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHashSet_selfTest()
DdePoolMultiSet.c31 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolMultiSet_selfTest()
DdePoolArray.c159 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolArray_selfTest()
DdeMemPool.c241 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags) in deMemPool_createRoot() function
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp69 m_pool = deMemPool_createRoot(util, flags); in MemPool()
/external/deqp/framework/delibs/deutil/
DdeCommandLine.c41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in deCommandLine_parse()
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c629 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in runSingletonThreadedTest()