HomeSort by relevance Sort by last modified time
    Searched refs:COLOR_LOCATION (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 103 COLOR_LOCATION = 2,
640 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
646 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
652 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
748 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
GLClientState.cpp 44 m_currVaoState[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
296 retval = int(COLOR_LOCATION);
527 which_state = GLClientState::COLOR_LOCATION;
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.cpp 284 ctx->m_state->setVertexAttribState(GLClientState::COLOR_LOCATION, size, type, false, stride, data);
429 case GLClientState::COLOR_LOCATION:
475 case GLClientState::COLOR_LOCATION:
    [all...]

Completed in 56 milliseconds