Searched refs:checkGuardBlock (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check() 93 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check() 110 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 68 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;
|
D | PoolAlloc.cpp | 153 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() function in TAllocation
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 154 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() function in glslang::TAllocation 156 void TAllocation::checkGuardBlock(unsigned char*, unsigned char, const char*) const in checkGuardBlock()
|