HomeSort by relevance Sort by last modified time
    Searched refs:guardBlockEndVal (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/glslang/glslang/Include/
PoolAlloc.h 87 memset(postGuard(), guardBlockEndVal, guardBlockSize);
93 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
122 const static unsigned char guardBlockEndVal;
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 63 memset(postGuard(), guardBlockEndVal, guardBlockSize);
69 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
99 const static unsigned char guardBlockEndVal;
PoolAlloc.cpp 141 const unsigned char TAllocation::guardBlockEndVal = 0xfe;
  /external/deqp-deps/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 141 const unsigned char TAllocation::guardBlockEndVal = 0xfe;

Completed in 341 milliseconds