Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h54 memset(data(), userDataFill, size); in size()
92 const static unsigned char userDataFill; variable
DPoolAlloc.cpp141 const unsigned char TAllocation::userDataFill = 0xcd; member in TAllocation