HomeSort by relevance Sort by last modified time
    Searched refs:VAOState (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 147 struct VAOState {
148 VAOState(GLuint ibo, int nLoc, int nBindings) :
157 typedef std::map<GLuint, VAOState> VAOStateMap;
GLClientState.cpp 206 VAOState(0, m_nLocations, std::max(m_nLocations, m_max_vertex_attrib_bindings))));
    [all...]

Completed in 53 milliseconds