Home
last modified time | relevance | path

Searched defs:VAOState (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h201 struct VAOState { struct
202 VAOState(GLuint ibo, int nLoc, int nBindings) : in VAOState() argument
215 typedef std::map<GLuint, VAOState> VAOStateMap; argument