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

  /external/deqp-deps/glslang/glslang/Include/
PoolAlloc.h 85 memset(preGuard(), guardBlockBeginVal, guardBlockSize);
92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before");
121 const static unsigned char guardBlockBeginVal;
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 61 memset(preGuard(), guardBlockBeginVal, guardBlockSize);
68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before");
98 const static unsigned char guardBlockBeginVal;
PoolAlloc.cpp 140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;
  /external/deqp-deps/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 140 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;

Completed in 400 milliseconds