Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeCommandLine.c41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in deCommandLine_parse() local
42 CharPtrArray* args = tmpPool ? CharPtrArray_create(tmpPool) : DE_NULL; in deCommandLine_parse()
51 if (tmpPool) in deCommandLine_parse()
52 deMemPool_destroy(tmpPool); in deCommandLine_parse()
67 deMemPool_destroy(tmpPool); in deCommandLine_parse()
104 deMemPool_destroy(tmpPool); in deCommandLine_parse()
125 deMemPool_destroy(tmpPool); in deCommandLine_parse()
135 deMemPool_destroy(tmpPool); in deCommandLine_parse()
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c554 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in runSingletonThreadedTest() local
555 deThreadArray* threads = tmpPool ? deThreadArray_create(tmpPool) : DE_NULL; in runSingletonThreadedTest()
583 deMemPool_destroy(tmpPool); in runSingletonThreadedTest()