Searched refs:preGuard (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/common/ |
D | PoolAlloc.h | 62 memset(preGuard(), kGuardBlockBeginVal, kGuardBlockSize); in mSize() 70 checkGuardBlock(preGuard(), kGuardBlockBeginVal, "before"); in checkAlloc() 90 unsigned char *preGuard() const { return mMem + HeaderSize(); } in preGuard() function 91 unsigned char *data() const { return preGuard() + kGuardBlockSize; } in data()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | PoolAlloc.h | 85 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size() 92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check() 113 unsigned char* preGuard() const { return mem + headerSize(); } in preGuard() function 114 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | PoolAlloc.h | 85 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size() 92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check() 113 unsigned char* preGuard() const { return mem + headerSize(); } in preGuard() function 114 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size() 68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check() 89 unsigned char* preGuard() const { return mem + headerSize(); } in preGuard() function 90 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
|