Searched refs:VertexArray9 (Results 1 – 4 of 4) sorted by relevance
21 class VertexArray9 : public VertexArrayImpl24 VertexArray9(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArray9() function31 ~VertexArray9() override {} in ~VertexArray9()39 inline angle::Result VertexArray9::syncState(const gl::Context *context, in syncState()
98 return new VertexArray9(data); in createVertexArray()
1752 VertexArray9 *vao = GetImplAs<VertexArray9>(state.getVertexArray()); in applyShaders()
110 "d3d9/VertexArray9.h",