Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp1480 enum { ST_NAME, ST_ATT } state; in readAttributes() enumerator
1489 state = ST_NAME; in readAttributes()
1501 if (state == ST_ATT && (first == std::string::npos || first == 0)) state = ST_NAME; in readAttributes()
1507 case ST_NAME: in readAttributes()