HomeSort by relevance Sort by last modified time
    Searched refs:tmpPool (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/delibs/deutil/
deCommandLine.c 41 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0);
42 CharPtrArray* args = tmpPool ? CharPtrArray_create(tmpPool) : DE_NULL;
51 if (tmpPool)
52 deMemPool_destroy(tmpPool);
67 deMemPool_destroy(tmpPool);
104 deMemPool_destroy(tmpPool);
125 deMemPool_destroy(tmpPool);
135 deMemPool_destroy(tmpPool);
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 409 de::MemPool tmpPool;
410 de::PoolArray<BuildHighLevelShaderTask<vk::GlslSource> > buildGlslTasks (&tmpPool);
411 de::PoolArray<BuildHighLevelShaderTask<vk::HlslSource> > buildHlslTasks (&tmpPool);
412 de::PoolArray<BuildSpirVAsmTask> buildSpirvAsmTasks (&tmpPool);
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 629 deMemPool* tmpPool = deMemPool_createRoot(DE_NULL, 0);
630 deThreadArray* threads = tmpPool ? deThreadArray_create(tmpPool) : DE_NULL;
658 deMemPool_destroy(tmpPool);

Completed in 370 milliseconds