Home
last modified time | relevance | path

Searched refs:allocateZero (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Common/
DMemory.cpp46 #undef allocateZero
92 void *allocateZero(size_t bytes, size_t alignment) in allocateZero() function
DMemory.hpp25 void *allocateZero(size_t bytes, size_t alignment = 16);
DResource.cpp29 buffer = allocateZero(bytes); in Resource()
/external/swiftshader/src/Renderer/
DSurface.cpp3030 return allocateZero(size(width2, height2, depth, format) + 4); in allocateBuffer()