Home
last modified time | relevance | path

Searched refs:which_state (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1074 GLenum which_state = -1; in getClientStatePointer() local
1077 which_state = GLClientState::VERTEX_LOCATION; in getClientStatePointer()
1081 which_state = GLClientState::NORMAL_LOCATION; in getClientStatePointer()
1085 which_state = GLClientState::COLOR_LOCATION; in getClientStatePointer()
1089 which_state = getActiveTexture() + GLClientState::TEXCOORD0_LOCATION; in getClientStatePointer()
1093 which_state = GLClientState::POINTSIZE_LOCATION; in getClientStatePointer()
1097 which_state = GLClientState::MATRIXINDEX_LOCATION; in getClientStatePointer()
1101 which_state = GLClientState::WEIGHT_LOCATION; in getClientStatePointer()
1105 if (which_state != -1) in getClientStatePointer()
1106 *params = m_currVaoState[which_state].data; in getClientStatePointer()