Home
last modified time | relevance | path

Searched refs:ArrayBuffer_AlignedMalloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp36 void *ArrayBuffer_AlignedMalloc(size_t numBytes, size_t alignment);
90 void *const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment); in ArrayBuffer()
H A DdeArrayBuffer.cpp35 void *ArrayBuffer_AlignedMalloc(size_t numBytes, size_t alignment) in ArrayBuffer_AlignedMalloc() function