Searched refs:guardBlockBeginVal (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 85 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size() 92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check() 121 const static unsigned char guardBlockBeginVal; variable
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | PoolAlloc.h | 85 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/ |
D | PoolAlloc.h | 61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size() 68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check() 98 const static unsigned char guardBlockBeginVal; variable
|
D | PoolAlloc.cpp | 140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in TAllocation
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in glslang::TAllocation
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in glslang::TAllocation
|