Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h103 COLOR_LOCATION = 2, enumerator
639 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
645 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
651 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
747 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
DGLClientState.cpp44 m_currVaoState[COLOR_LOCATION].glConst = GL_COLOR_ARRAY; in init()
296 retval = int(COLOR_LOCATION); in getLocation()
527 which_state = GLClientState::COLOR_LOCATION; in getClientStatePointer()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp284 …ctx->m_state->setVertexAttribState(GLClientState::COLOR_LOCATION, size, type, false, stride, data); in s_glColorPointer()
429 case GLClientState::COLOR_LOCATION: in sendVertexData()
475 case GLClientState::COLOR_LOCATION: in sendVertexData()