/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 71 struct VertexArrayState struct 73 VertexArrayState (void); 79 VertexArrayState::VertexArrayState (void) in VertexArrayState() function in deqp::gles3::Functional::__anon30701::VertexArrayState 126 VertexArrayState state; 127 VertexArrayState vao; 164 void logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg); 167 glu::ShaderProgram* createProgram (const VertexArrayState& state); 168 void setState (const VertexArrayState& state); 170 void makeDrawCall (const VertexArrayState [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | VertexArrayImpl.h | 34 VertexArrayImpl(const gl::VertexArrayState &state) : mState(state) {} in VertexArrayImpl() 46 const gl::VertexArrayState &getState() const { return mState; } in getState() 54 const gl::VertexArrayState &mState;
|
H A D | GLImplFactory.h | 78 virtual VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexArray.cpp | 28 // VertexArrayState implementation. 29 VertexArrayState::VertexArrayState(VertexArray *vertexArray, in VertexArrayState() function in gl::VertexArrayState 46 VertexArrayState::~VertexArrayState() {} in ~VertexArrayState() 48 bool VertexArrayState::hasEnabledNullPointerClientArray() const in hasEnabledNullPointerClientArray() 53 AttributesMask VertexArrayState::getBindingToAttributesMask(GLuint bindingIndex) const in getBindingToAttributesMask() 60 void VertexArrayState::setAttribBinding(const Context *context, 97 void VertexArrayState::updateCachedMutableOrNonPersistentArrayBuffers(size_t index)
|
H A D | VertexArray.h | 37 class VertexArrayState final : angle::NonCopyable 40 VertexArrayState(VertexArray *vertexArray, size_t maxAttribs, size_t maxBindings); 41 ~VertexArrayState(); 275 const VertexArrayState &getState() const { return mState; } in getState() 367 VertexArrayState mState;
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_unittests_utils.h | 50 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override 94 MOCK_METHOD1(createVertexArray, VertexArrayImpl *(const gl::VertexArrayState &));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | VertexArrayNULL.cpp | 17 VertexArrayNULL::VertexArrayNULL(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArrayNULL()
|
H A D | VertexArrayNULL.h | 21 VertexArrayNULL(const gl::VertexArrayState &data);
|
H A D | ContextNULL.cpp | 443 VertexArrayImpl *ContextNULL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
|
H A D | ContextNULL.h | 223 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | VertexArrayGL.h | 28 VertexArrayGL(const gl::VertexArrayState &data, GLuint id); 29 VertexArrayGL(const gl::VertexArrayState &data, GLuint id, VertexArrayStateGL *sharedState);
|
H A D | ContextGL.h | 69 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | VertexArrayGL.cpp | 107 VertexArrayGL::VertexArrayGL(const VertexArrayState &state, GLuint id) in VertexArrayGL() 116 VertexArrayGL::VertexArrayGL(const gl::VertexArrayState &state, in VertexArrayGL()
|
H A D | ContextGL.cpp | 116 VertexArrayImpl *ContextGL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexArray9.h | 24 VertexArray9(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArray9()
|
H A D | Context9.cpp | 96 VertexArrayImpl *Context9::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
|
H A D | Context9.h | 47 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | VertexArray11.h | 24 VertexArray11(const gl::VertexArrayState &data);
|
H A D | VertexArray11.cpp | 22 VertexArray11::VertexArray11(const gl::VertexArrayState &data) in VertexArray11()
|
H A D | Context11.h | 48 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
|
H A D | Context11.cpp | 199 VertexArrayImpl *Context11::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VertexArrayVk.h | 25 VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state);
|
H A D | VertexArrayVk.cpp | 130 VertexArrayVk::VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state) in VertexArrayVk()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | VertexArrayMtl.h | 27 VertexArrayMtl(const gl::VertexArrayState &state, ContextMtl *context);
|
H A D | ContextMtl.h | 226 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;
|