Searched refs:deMemPool_createRoot (Results 1 – 12 of 12) sorted by relevance
/external/deqp/framework/delibs/depool/ |
D | deMemPool.h | 65 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags);
|
D | dePoolHashArray.c | 33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHashArray_selfTest()
|
D | dePoolSet.c | 33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolSet_selfTest()
|
D | dePoolHeap.c | 61 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHeap_selfTest()
|
D | dePoolHash.c | 39 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHash_selfTest()
|
D | dePoolHashSet.c | 33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHashSet_selfTest()
|
D | dePoolMultiSet.c | 31 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolMultiSet_selfTest()
|
D | dePoolArray.c | 159 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolArray_selfTest()
|
D | deMemPool.c | 241 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags) in deMemPool_createRoot() function
|
/external/deqp/framework/delibs/decpp/ |
D | deMemPool.hpp | 69 m_pool = deMemPool_createRoot(util, flags); in MemPool()
|
/external/deqp/framework/delibs/deutil/ |
D | deCommandLine.c | 41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in deCommandLine_parse()
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 629 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in runSingletonThreadedTest()
|