Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()
69 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check()
86 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
DPoolAlloc.cpp137 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() function in TAllocation