OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
391
de::MemPool
tmpPool
;
392
de::PoolArray<BuildHighLevelShaderTask<vk::GlslSource> > buildGlslTasks (&
tmpPool
);
393
de::PoolArray<BuildHighLevelShaderTask<vk::HlslSource> > buildHlslTasks (&
tmpPool
);
394
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 187 milliseconds