Searched refs:VertexArrayImpl (Results 1 – 25 of 28) sorted by relevance
12
31 class VertexArrayImpl : angle::NonCopyable34 VertexArrayImpl(const gl::VertexArrayState &state) : mState(state) {} in VertexArrayImpl() function44 virtual ~VertexArrayImpl() {} in ~VertexArrayImpl()52 inline angle::Result VertexArrayImpl::syncState(const gl::Context *context, in syncState()
52 class VertexArrayImpl; variable78 virtual VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) = 0;
21 class VertexArray9 : public VertexArrayImpl24 VertexArray9(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArray9()
47 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
95 VertexArrayImpl *Context9::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
28 class VertexArrayImpl; variable231 rx::VertexArrayImpl *getImplementation() const { return mVertexArray; } in getImplementation()340 rx::VertexArrayImpl *mVertexArray;
50 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override in createVertexArray()94 MOCK_METHOD1(createVertexArray, VertexArrayImpl *(const gl::VertexArrayState &));
18 class VertexArrayNULL : public VertexArrayImpl
17 VertexArrayNULL::VertexArrayNULL(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArrayNULL()
174 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
365 VertexArrayImpl *ContextNULL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
21 class VertexArray11 : public VertexArrayImpl
48 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
23 : VertexArrayImpl(data), in VertexArray11()
197 VertexArrayImpl *Context11::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
24 class VertexArrayMtl : public VertexArrayImpl
173 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
151 : VertexArrayImpl(state),
24 class VertexArrayGL : public VertexArrayImpl
62 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
92 : VertexArrayImpl(state), in VertexArrayGL()
107 VertexArrayImpl *ContextGL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
22 class VertexArrayVk : public VertexArrayImpl
114 : VertexArrayImpl(state), in VertexArrayVk()
259 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;