Searched refs:tmpPool (Results 1 – 3 of 3) sorted by relevance
41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in deCommandLine_parse() local42 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()
629 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0); in runSingletonThreadedTest() local630 deThreadArray* threads = tmpPool ? deThreadArray_create(tmpPool) : DE_NULL; in runSingletonThreadedTest()658 deMemPool_destroy(tmpPool); in runSingletonThreadedTest()
410 de::MemPool tmpPool; in buildPrograms() local411 de::PoolArray<BuildHighLevelShaderTask<vk::GlslSource> > buildGlslTasks (&tmpPool); in buildPrograms()412 de::PoolArray<BuildHighLevelShaderTask<vk::HlslSource> > buildHlslTasks (&tmpPool); in buildPrograms()413 de::PoolArray<BuildSpirVAsmTask> buildSpirvAsmTasks (&tmpPool); in buildPrograms()