Home
last modified time | relevance | path

Searched defs:alignBytes (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMemory.c136 void* deAlignedMalloc (size_t numBytes, size_t alignBytes) in deAlignedMalloc()
183 void* deAlignedRealloc (void* ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc()
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc()
/external/deqp/framework/delibs/depool/
DdeMemPool.c426 DE_INLINE void* deMemPool_allocInternal (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_allocInternal()
517 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc()