Home
last modified time | relevance | path

Searched refs:preGuard (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h85 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/
DPoolAlloc.h61 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()