Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h102 NORMAL_LOCATION = 1, enumerator
657 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter()
663 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter()
741 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter()
DGLClientState.cpp43 m_currVaoState[NORMAL_LOCATION].glConst = GL_NORMAL_ARRAY; in init()
293 retval = int(NORMAL_LOCATION); in getLocation()
523 which_state = GLClientState::NORMAL_LOCATION; in getClientStatePointer()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp277 … ctx->m_state->setVertexAttribState(GLClientState::NORMAL_LOCATION, 3, type, false, stride, data); in s_glNormalPointer()
425 case GLClientState::NORMAL_LOCATION: in sendVertexData()
467 case GLClientState::NORMAL_LOCATION: in sendVertexData()