Searched refs:postGuard (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/common/ |
D | PoolAlloc.h | 64 memset(postGuard(), kGuardBlockEndVal, kGuardBlockSize); in mSize() 71 checkGuardBlock(postGuard(), kGuardBlockEndVal, "after"); in check() 92 unsigned char *postGuard() const { return data() + mSize; } in postGuard() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 87 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size() 93 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check() 115 unsigned char* postGuard() const { return data() + size; } in postGuard() function
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | PoolAlloc.h | 87 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size() 93 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check() 115 unsigned char* postGuard() const { return data() + size; } in postGuard() function
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 63 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size() 69 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check() 91 unsigned char* postGuard() const { return data() + size; } in postGuard() function
|