Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/tools/emugen/
DEntryPoint.cpp50 enum { ST_TYPE, ST_NAME, ST_END } state = ST_TYPE; in parseTypeField() enumerator
65 state = ST_NAME; in parseTypeField()
69 case ST_NAME: in parseTypeField()
DApiGen.cpp977 enum { ST_NAME, ST_ATT } state; in readAttributes() enumerator
986 state = ST_NAME; in readAttributes()
998 if (state == ST_ATT && (first == std::string::npos || first == 0)) state = ST_NAME; in readAttributes()
1004 case ST_NAME: in readAttributes()