Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DPoolAlloc.h181 struct tAllocState { struct
185 typedef std::vector<tAllocState> tAllocStack; argument
DPoolAlloc.cpp155 tAllocState state = { currentPageOffset, inUseList }; in push()