Searched defs:VAOState (Results 1 – 3 of 3) sorted by relevance
164 struct VAOState { struct165 VAOState() : VAOState(0, NULL, 0) { } in VAOState() argument166 VAOState(GLuint ibo, ArraysMap* arr, int numVertexAttribBindings) : in VAOState() argument185 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