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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 196 if (m_vaoMap.find(name) !=
197 m_vaoMap.end()) {
203 m_vaoMap.insert(
208 m_vaoMap.find(name)->second.attribState;
221 m_vaoMap.find(name)->second.bindingState;
233 if (m_vaoMap.find(name) ==
234 m_vaoMap.end()) {
239 m_vaoMap.erase(name);
243 if (m_vaoMap.find(name) ==
244 m_vaoMap.end())
    [all...]
GLClientState.h 433 VAOStateMap m_vaoMap;

Completed in 68 milliseconds