Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h40 COLOR_LOCATION = 2, enumerator
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
305 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
401 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
DGLDecoderContextData.h29 COLOR_LOCATION = 2, enumerator
DGLClientState.cpp45 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY; in GLClientState()
142 retval = int(COLOR_LOCATION); in getLocation()
175 state = getState(GLClientState::COLOR_LOCATION); in getClientStatePointer()
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp284 ctx->m_state->setState(GLClientState::COLOR_LOCATION, size, type, false, stride, data); in s_glColorPointer()
435 case GLClientState::COLOR_LOCATION: in sendVertexData()
479 case GLClientState::COLOR_LOCATION: in sendVertexData()