Home
last modified time | relevance | path

Searched refs:VertexArray (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.cpp20 VertexArray::VertexArray(GLuint name) : gl::NamedObject(name) in VertexArray() function in es2::VertexArray
24 VertexArray::~VertexArray() in ~VertexArray()
33 void VertexArray::detachBuffer(GLuint bufferName) in detachBuffer()
49 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const in getVertexAttribute()
55 void VertexArray::setVertexAttribDivisor(GLuint index, GLuint divisor) in setVertexAttribDivisor()
61 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute()
67 void VertexArray::setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, G… in setAttributeState()
80 void VertexArray::setElementArrayBuffer(Buffer *buffer) in setElementArrayBuffer()
DVertexArray.h28 class VertexArray : public gl::NamedObject
31 VertexArray(GLuint name);
32 ~VertexArray();
DContext.h72 class VertexArray; variable
622 VertexArray *getVertexArray(GLuint array) const;
623 VertexArray *getCurrentVertexArray() const;
743 gl::NameSpace<VertexArray> mVertexArrayNameSpace;
DBUILD.gn85 "VertexArray.cpp",
DContext.cpp1053 VertexArray *vertexArrayObject = mVertexArrayNameSpace.remove(vertexArray); in deleteVertexArray()
1232 VertexArray *vertexArray = getVertexArray(array); in bindVertexArray()
1236 vertexArray = new VertexArray(array); in bindVertexArray()
1473 VertexArray *Context::getVertexArray(GLuint array) const in getVertexArray()
1478 VertexArray *Context::getCurrentVertexArray() const in getCurrentVertexArray()
3857 VertexArray* currentVertexArray = getCurrentVertexArray(); in detachBuffer()
/external/deqp/modules/glshared/
DglsRandomShaderCase.hpp44 class VertexArray class
47 VertexArray (const rsg::ShaderInput* input, int numVertices);
48 ~VertexArray (void) {} in ~VertexArray()
107 std::vector<VertexArray> m_vertexArrays;
DglsRandomShaderCase.cpp78 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) in VertexArray() function in deqp::gls::VertexArray
162 VertexArray vtxArray(input, numVertices); in init()
489 …for (vector<VertexArray>::const_iterator attribIter = m_vertexArrays.begin(); attribIter != m_vert… in iterate()
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp90 glu::VertexArray vao (m_context.getRenderContext()); in test()
110 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
165 glu::VertexArray vao (m_context.getRenderContext()); in test()
185 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
267 glu::VertexArray vao (m_context.getRenderContext()); in test()
290 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
344 glu::VertexArray vao (m_context.getRenderContext()); in test()
368 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
422 glu::VertexArray vao (m_context.getRenderContext()); in test()
446 glu::VertexArray otherVao (m_context.getRenderContext()); in test()
[all …]
Des31fTessellationGeometryInteractionTests.cpp271 const glu::VertexArray vao (m_context.getRenderContext()); in iterate()
572 const glu::VertexArray vao (m_context.getRenderContext()); in iterate()
1029 const glu::VertexArray vao (m_context.getRenderContext()); in renderWithFeedback()
1126 const glu::VertexArray vao (m_context.getRenderContext()); in renderWithoutFeedback()
1834 const glu::VertexArray vao (m_context.getRenderContext()); in renderTo()
2435 const glu::VertexArray vao (m_context.getRenderContext()); in renderTo()
2897 const glu::VertexArray vao (m_context.getRenderContext()); in iterate()
Des31fVertexAttributeBindingTests.cpp1386 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
1447 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp407 class VertexArray : public NamedObject class
437 VertexArray (deUint32 name, int maxVertexAttribs);
438 ~VertexArray (void) {} in ~VertexArray()
779 void deleteVertexArray (rc::VertexArray* vertexArray);
875 rc::VertexArray m_clientVertexArray;
883 rc::ObjectManager<rc::VertexArray> m_vertexArrays;
906 rc::VertexArray* m_vertexArrayBinding;
DsglrReferenceContext.cpp450 vector<VertexArray*> vertexArrays; in ~ReferenceContext()
452 for (vector<VertexArray*>::iterator i = vertexArrays.begin(); i != vertexArrays.end(); i++) in ~ReferenceContext()
2414VertexArray* vertexArrayObject = (m_vertexArrayBinding) ? (m_vertexArrayBinding) : (&m_clientVerte… in setBufferBinding()
2446 …const VertexArray* vertexArrayObject = (m_vertexArrayBinding) ? (m_vertexArrayBinding) : (&m_clien… in getBufferBinding()
2533 vector<VertexArray*> vertexArrays; in deleteBuffer()
2537 for (vector<VertexArray*>::iterator i = vertexArrays.begin(); i != vertexArrays.end(); i++) in deleteBuffer()
3557 rc::VertexArray* vertexArrayObject = DE_NULL; in bindVertexArray()
3564 vertexArrayObject = new rc::VertexArray(array, m_limits.maxVertexAttribs); in bindVertexArray()
3593 VertexArray* vertexArray = name ? m_vertexArrays.find(name) : DE_NULL; in deleteVertexArrays()
3620 rc::VertexArray& vao = (m_vertexArrayBinding) ? (*m_vertexArrayBinding) : (m_clientVertexArray); in vertexAttribPointer()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp253 class VertexArray class
258 VertexArray(const glw::Functions& gl);
259 ~VertexArray();
DglcRobustBufferAccessBehaviorTests.cpp911 const GLuint VertexArray::m_invalid_id = -1;
917 VertexArray::VertexArray(const glw::Functions& gl) : m_id(m_invalid_id), m_gl(gl) in VertexArray() function in glcts::RobustBufferAccessBehavior::VertexArray
924 VertexArray::~VertexArray() in ~VertexArray()
932 void VertexArray::Release() in Release()
949 void VertexArray::Bind(const glw::Functions& gl, glw::GLuint id) in Bind()
960 void VertexArray::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate()
1109 VertexArray vao(gl); in iterate()
1112 VertexArray::Generate(gl, vao.m_id); in iterate()
1113 VertexArray::Bind(gl, vao.m_id); in iterate()
1387 VertexArray vao(gl); in iterate()
[all …]
DglcRobustnessTests.cpp483 VertexArray vao(gl); in iterate()
486 VertexArray::Generate(gl, vao.m_id); in iterate()
487 VertexArray::Bind(gl, vao.m_id); in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp352 class VertexArray class
357 VertexArray(deqp::Context& Context);
358 ~VertexArray();
1573 const GLuint VertexArray::m_invalid_id = -1;
1579 VertexArray::VertexArray(deqp::Context& context) : m_id(m_invalid_id), m_context(context) in VertexArray() function in gl4cts::BufferStorage::VertexArray
1586 VertexArray::~VertexArray() in ~VertexArray()
1594 void VertexArray::Release() in Release()
1613 void VertexArray::Bind(const glw::Functions& gl, glw::GLuint id) in Bind()
1624 void VertexArray::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate()
3514 VertexArray vao(m_context); in iterate()
[all …]
Dgl4cEnhancedLayoutsTests.hpp914 class VertexArray class
919 VertexArray(deqp::Context& Context);
920 ~VertexArray();
1157 Utils::Buffer& buffer, Utils::VertexArray& vao);
2122 Utils::Buffer& buffer, Utils::VertexArray& vao);
Dgl4cEnhancedLayoutsTests.cpp3515 const GLuint VertexArray::m_invalid_id = -1;
3521 VertexArray::VertexArray(deqp::Context& context) : m_id(m_invalid_id), m_context(context) in VertexArray() function in gl4cts::EnhancedLayouts::Utils::VertexArray
3528 VertexArray::~VertexArray() in ~VertexArray()
3536 void VertexArray::Init() in Init()
3549 void VertexArray::Release() in Release()
3570 void VertexArray::Attribute(GLuint index, const Type& type, GLuint n_array_elements, GLboolean norm… in Attribute()
3582 void VertexArray::Bind() in Bind()
3599 void VertexArray::AttribPointer(const Functions& gl, GLuint index, const Type& type, GLuint n_array… in AttribPointer()
3656 void VertexArray::Bind(const glw::Functions& gl, glw::GLuint id) in Bind()
3669 void VertexArray::Disable(const Functions& gl, GLuint index, const Type& type, GLuint n_array_eleme… in Disable()
[all …]
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp59 using glu::VertexArray;
368 VertexArray vao(getRenderContext()); in drawAttachment()
381 VertexArray vao (getRenderContext()); in setupContainer()
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp137 typedef TypedObjectWrapper<OBJECTTYPE_VERTEX_ARRAY> VertexArray; typedef
DgluDrawUtil.cpp583 VertexArray vao (context); in drawFromVAOBuffers()
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp336 const glu::VertexArray vao (m_context.getRenderContext()); in renderTo()
Des31sVertexAttributeBindingTests.cpp578 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
/external/swiftshader/src/
DAndroid.bp456 "OpenGL/libGLESv2/VertexArray.cpp",
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp158 glu::VertexArray vao (m_context.getRenderContext()); in iterate()

12