HomeSort by relevance Sort by last modified time
    Searched refs:tmpPool (Results 1 - 2 of 2) 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/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 41 milliseconds