Searched defs:VAOState (Results 1 – 3 of 3) sorted by relevance
165 struct VAOState { struct166 VAOState() : VAOState(0, NULL, 0) { } in VAOState() argument167 VAOState(GLuint ibo, ArraysMap* arr, int numVertexAttribBindings) : in VAOState() argument186 typedef std::unordered_map<GLuint, VAOState> VAOStateMap; argument
191 struct VAOState { struct192 VAOState(GLuint ibo, int nLoc, int nBindings) : in VAOState() argument205 typedef std::map<GLuint, VAOState> VAOStateMap; argument
70 VAOState::VAOState(android::base::Stream* stream) { in VAOState() function in VAOState