Home
last modified time | relevance | path

Searched refs:VertexArrayState (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp71 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 DVertexArrayImpl.h34 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 DGLImplFactory.h78 virtual VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.cpp28 // 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 DVertexArray.h37 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 Dangle_unittests_utils.h50 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 DVertexArrayNULL.cpp17 VertexArrayNULL::VertexArrayNULL(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArrayNULL()
H A DVertexArrayNULL.h21 VertexArrayNULL(const gl::VertexArrayState &data);
H A DContextNULL.cpp443 VertexArrayImpl *ContextNULL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
H A DContextNULL.h223 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.h28 VertexArrayGL(const gl::VertexArrayState &data, GLuint id);
29 VertexArrayGL(const gl::VertexArrayState &data, GLuint id, VertexArrayStateGL *sharedState);
H A DContextGL.h69 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
H A DVertexArrayGL.cpp107 VertexArrayGL::VertexArrayGL(const VertexArrayState &state, GLuint id) in VertexArrayGL()
116 VertexArrayGL::VertexArrayGL(const gl::VertexArrayState &state, in VertexArrayGL()
H A DContextGL.cpp116 VertexArrayImpl *ContextGL::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexArray9.h24 VertexArray9(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArray9()
H A DContext9.cpp96 VertexArrayImpl *Context9::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
H A DContext9.h47 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexArray11.h24 VertexArray11(const gl::VertexArrayState &data);
H A DVertexArray11.cpp22 VertexArray11::VertexArray11(const gl::VertexArrayState &data) in VertexArray11()
H A DContext11.h48 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &data) override;
H A DContext11.cpp199 VertexArrayImpl *Context11::createVertexArray(const gl::VertexArrayState &data) in createVertexArray()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.h25 VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state);
H A DVertexArrayVk.cpp130 VertexArrayVk::VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state) in VertexArrayVk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DVertexArrayMtl.h27 VertexArrayMtl(const gl::VertexArrayState &state, ContextMtl *context);
H A DContextMtl.h226 VertexArrayImpl *createVertexArray(const gl::VertexArrayState &state) override;

Completed in 23 milliseconds

12