Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/depool/
DdeMemPool.h73 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes);
DdeMemPool.c517 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc() function
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp100 void* ptr = deMemPool_alignedAlloc(m_pool, (int)numBytes, alignBytes); in alignedAlloc()