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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 133 } VertexAttribState;
144 typedef std::vector<VertexAttribState> VertexAttribStateVector;
162 VertexAttribState& operator[](size_t k) { return it->second.attribState[k]; }
218 const VertexAttribState& getState(int location);
219 const VertexAttribState& getStateAndEnableDirty(int location, bool *enableChanged);
565 const VertexAttribState& vertexAttrib = getState(index);
622 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
628 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
634 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
640 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION)
    [all...]
GLClientState.cpp 269 const GLClientState::VertexAttribState& GLClientState::getState(int location)
274 const GLClientState::VertexAttribState& GLClientState::getStateAndEnableDirty(int location, bool *enableChanged)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.cpp 346 const GLClientState::VertexAttribState& state = ctx->m_state->getState(loc);
398 const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty);
514 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i);
546 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttribBindingTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cVertexAttribBindingTests.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]

Completed in 151 milliseconds