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

  /external/webkit/Source/WebCore/html/canvas/
WebGLVertexArrayObjectOES.h 49 struct VertexAttribState {
50 VertexAttribState()
81 VertexAttribState& getVertexAttribState(int index) { return m_vertexAttribState[index]; }
93 Vector<VertexAttribState> m_vertexAttribState;
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 66 } VertexAttribState;
84 const VertexAttribState *getState(int location);
85 const VertexAttribState *getStateAndEnableDirty(int location, bool *enableChanged);
128 VertexAttribState *m_states;
143 const VertexAttribState *vertexAttrib = getState(index);
191 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
197 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
203 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
209 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
215 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION)
    [all...]

Completed in 35 milliseconds