Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h85 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()
121 const static unsigned char guardBlockBeginVal; variable
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()
98 const static unsigned char guardBlockBeginVal; variable
DPoolAlloc.cpp140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in TAllocation
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in glslang::TAllocation