Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp137 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() argument
141 if (blockMem[x] != val) { in checkGuardBlock()
DPoolAlloc.h86 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;