Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h62 memset(data(), userDataFill, size); in size()
100 const static unsigned char userDataFill; variable
DPoolAlloc.cpp126 const unsigned char TAllocation::userDataFill = 0xcd; member in TAllocation