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

  /external/deqp/framework/delibs/decpp/
deMemPool.hpp 40 MemPool (const deMemPoolUtil* util = DE_NULL, deUint32 flags = 0u);
67 inline MemPool::MemPool (const deMemPoolUtil* util, deUint32 flags)
  /external/deqp/framework/delibs/depool/
deMemPool.h 59 } deMemPoolUtil;
65 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags);
deMemPool.c 90 deMemPoolUtil* util; /*!< Utilities (callbacks etc.). */
241 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags)
262 deMemPoolUtil* utilCopy = DE_POOL_NEW(pool, deMemPoolUtil);
270 memcpy(utilCopy, util, sizeof(deMemPoolUtil));

Completed in 347 milliseconds