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
668 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
674 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
680 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
776 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
DGLClientState.cpp57 m_currVaoState[COLOR_LOCATION].glConst = GL_COLOR_ARRAY; in init()
392 retval = int(COLOR_LOCATION); in getLocation()
715 which_state = GLClientState::COLOR_LOCATION; in getClientStatePointer()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp289 …ctx->m_state->setVertexAttribState(GLClientState::COLOR_LOCATION, size, type, false, stride, data); in s_glColorPointer()
434 case GLClientState::COLOR_LOCATION: in sendVertexData()
480 case GLClientState::COLOR_LOCATION: in sendVertexData()