Searched defs:VertexAttribState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLVertexArrayObjectOES.h48 struct VertexAttribState { struct in class:WebCore::WebGLVertexArrayObjectOES
49 VertexAttribState() function in struct:WebCore::WebGLVertexArrayObjectOES::VertexAttribState
82 VertexAttribState& getVertexAttribState(int index) { return m_vertexAttribState[index]; }
97 Vector<VertexAttribState> m_vertexAttribState;

Completed in 150 milliseconds