Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/tools/emugen/
DApiGen.cpp979 enum { ST_NAME, ST_ATT } state; in readAttributes() enumerator
1000 if (state == ST_ATT && (first == std::string::npos || first == 0)) state = ST_NAME; in readAttributes()
1016 state = ST_ATT; in readAttributes()
1018 case ST_ATT: in readAttributes()