Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h92 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/
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.cpp153 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() function in TAllocation
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp154 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()