Home
last modified time | relevance | path

Searched refs:deMemPoolUtil (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.h59 } deMemPoolUtil; typedef
65 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags);
DdeMemPool.c90 deMemPoolUtil* util; /*!< Utilities (callbacks etc.). */
241 deMemPool* deMemPool_createRoot (const deMemPoolUtil* util, deUint32 flags) in deMemPool_createRoot()
262 deMemPoolUtil* utilCopy = DE_POOL_NEW(pool, deMemPoolUtil); in deMemPool_createRoot()
270 memcpy(utilCopy, util, sizeof(deMemPoolUtil)); in deMemPool_createRoot()
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp40 MemPool (const deMemPoolUtil* util = DE_NULL, deUint32 flags = 0u);
67 inline MemPool::MemPool (const deMemPoolUtil* util, deUint32 flags) in MemPool()