Searched refs:initializeAllocation (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 260 return initializeAllocation(inUseList, memory, numBytes); in allocate() 303 return initializeAllocation(inUseList, ret, numBytes); in allocate()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.cpp | 271 return initializeAllocation(inUseList, memory, numBytes); in allocate() 318 return initializeAllocation(inUseList, ret, numBytes); in allocate()
|
D | PoolAlloc.h | 201 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) { in initializeAllocation() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 218 void* initializeAllocation(tHeader*, unsigned char* memory, size_t) { in initializeAllocation() function 220 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) { in initializeAllocation()
|