HomeSort by relevance Sort by last modified time
    Searched refs:initializeAllocation (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.cpp 243 return initializeAllocation(inUseList, memory, numBytes);
290 return initializeAllocation(inUseList, ret, numBytes);
PoolAlloc.h 196 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 218 void* initializeAllocation(tHeader*, unsigned char* memory, size_t) {
220 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 291 return initializeAllocation(inUseList, memory, numBytes);
334 return initializeAllocation(inUseList, ret, numBytes);

Completed in 327 milliseconds