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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 262 m_currVaoState.iboId());
343 if (m_currVaoState.iboId() == id) m_currVaoState.iboId() = 0;
380 m_currVaoState.iboId() = id;
476 ret = m_currVaoState.iboId();
    [all...]
GLClientState.h 167 GLuint& iboId() { return it->second.element_array_buffer_binding; }
204 GLuint currentIndexVbo() { return m_currVaoState.iboId(); }

Completed in 47 milliseconds