/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | VertexArray.cpp | 16 VertexArray::VertexArray(rx::VertexArrayImpl *impl, GLuint id, size_t maxAttribs) in VertexArray() function in gl::VertexArray 24 VertexArray::~VertexArray() in ~VertexArray() 35 GLuint VertexArray::id() const in id() 40 void VertexArray::detachBuffer(GLuint bufferName) in detachBuffer() 56 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const in getVertexAttribute() 62 void VertexArray::setVertexAttribDivisor(GLuint index, GLuint divisor) in setVertexAttribDivisor() 69 void VertexArray::enableAttribute(unsigned int attributeIndex, bool enabledState) in enableAttribute() 76 void VertexArray::setAttributeState(unsigned int attributeIndex, gl::Buffer *boundBuffer, GLint siz… in setAttributeState() 90 void VertexArray::setElementArrayBuffer(Buffer *buffer) in setElementArrayBuffer()
|
D | VertexArray.h | 32 class VertexArray 35 VertexArray(rx::VertexArrayImpl *impl, GLuint id, size_t maxAttribs); 36 ~VertexArray();
|
D | State.h | 25 class VertexArray; variable 162 void setVertexArrayBinding(VertexArray *vertexArray); 164 VertexArray *getVertexArray() const; 287 VertexArray *mVertexArray;
|
D | Context.h | 64 class VertexArray; variable 159 VertexArray *getVertexArray(GLuint handle) const; 292 typedef std::unordered_map<GLuint, VertexArray*> VertexArrayMap;
|
D | Context.cpp | 263 …VertexArray *vertexArray = new VertexArray(mRenderer->createVertexArray(), handle, MAX_VERTEX_ATTR… in createVertexArray() 466 VertexArray *Context::getVertexArray(GLuint handle) const in getVertexArray() 555 …VertexArray *vertexArrayObject = new VertexArray(mRenderer->createVertexArray(), vertexArray, MAX_… in bindVertexArray() 1733 VertexArray *vao = mState.getVertexArray(); in drawElements()
|
D | validationES.cpp | 1470 const VertexArray *vao = state.getVertexArray(); in ValidateDrawBase() 1570 const VertexArray *vao = state.getVertexArray(); in ValidateDrawInstancedANGLE() 1634 const gl::VertexArray *vao = state.getVertexArray(); in ValidateDrawElements()
|
D | State.cpp | 811 void State::setVertexArrayBinding(VertexArray *vertexArray) in setVertexArrayBinding() 822 VertexArray *State::getVertexArray() const in getVertexArray()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.hpp | 44 class VertexArray class 47 VertexArray (const rsg::ShaderInput* input, int numVertices); 48 ~VertexArray (void) {} in ~VertexArray() 103 std::vector<VertexArray> m_vertexArrays;
|
D | glsRandomShaderCase.cpp | 74 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) in VertexArray() function in deqp::gls::VertexArray 154 VertexArray vtxArray(input, numVertices); in init() 427 …for (vector<VertexArray>::const_iterator attribIter = m_vertexArrays.begin(); attribIter != m_vert… in iterate()
|
D | glsTextureBufferCase.cpp | 584 const glu::VertexArray vao (renderContext); in renderGL()
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingStateQueryTests.cpp | 59 glu::VertexArray vao (m_context.getRenderContext()); in iterate() 96 glu::VertexArray otherVao (m_context.getRenderContext()); in iterate() 175 glu::VertexArray vao (m_context.getRenderContext()); in iterate() 212 glu::VertexArray otherVao (m_context.getRenderContext()); in iterate() 390 glu::VertexArray vao (m_context.getRenderContext()); in test() 411 glu::VertexArray otherVao (m_context.getRenderContext()); in test() 457 glu::VertexArray vao (m_context.getRenderContext()); in test() 479 glu::VertexArray otherVao (m_context.getRenderContext()); in test() 525 glu::VertexArray vao (m_context.getRenderContext()); in test() 547 glu::VertexArray otherVao (m_context.getRenderContext()); in test() [all …]
|
D | es31fTessellationGeometryInteractionTests.cpp | 252 const glu::VertexArray vao (m_context.getRenderContext()); in iterate() 550 const glu::VertexArray vao (m_context.getRenderContext()); in iterate() 1004 const glu::VertexArray vao (m_context.getRenderContext()); in renderWithFeedback() 1101 const glu::VertexArray vao (m_context.getRenderContext()); in renderWithoutFeedback() 1807 const glu::VertexArray vao (m_context.getRenderContext()); in renderTo() 2406 const glu::VertexArray vao (m_context.getRenderContext()); in renderTo() 2862 const glu::VertexArray vao (m_context.getRenderContext()); in iterate()
|
D | es31fGeometryShaderTests.cpp | 3239 glu::VertexArray vao (m_context.getRenderContext()); in renderToTexture() 3274 glu::VertexArray vao (m_context.getRenderContext()); in sampleTextureLayer() 4564 const glu::VertexArray vao (m_context.getRenderContext()); in iterate() 5161 glu::VertexArray* m_vao; 5247 m_vao = new glu::VertexArray(m_context.getRenderContext()); in init() 5529 glu::VertexArray* m_vao; 5581 m_vao = new glu::VertexArray(m_context.getRenderContext()); in init()
|
D | es31fVertexAttributeBindingTests.cpp | 1388 glu::VertexArray vao (m_context.getRenderContext()); in iterate() 1449 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
|
D | es31fMultisampleTests.cpp | 311 glu::VertexArray vao (m_context.getRenderContext()); in renderTriangle()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 402 class VertexArray : public NamedObject class 432 VertexArray (deUint32 name, int maxVertexAttribs); 433 ~VertexArray (void) {} in ~VertexArray() 774 void deleteVertexArray (rc::VertexArray* vertexArray); 870 rc::VertexArray m_clientVertexArray; 878 rc::ObjectManager<rc::VertexArray> m_vertexArrays; 901 rc::VertexArray* m_vertexArrayBinding;
|
D | sglrReferenceContext.cpp | 450 vector<VertexArray*> vertexArrays; in ~ReferenceContext() 452 for (vector<VertexArray*>::iterator i = vertexArrays.begin(); i != vertexArrays.end(); i++) in ~ReferenceContext() 2393 …VertexArray* vertexArrayObject = (m_vertexArrayBinding) ? (m_vertexArrayBinding) : (&m_clientVerte… in setBufferBinding() 2425 …const VertexArray* vertexArrayObject = (m_vertexArrayBinding) ? (m_vertexArrayBinding) : (&m_clien… in getBufferBinding() 2512 vector<VertexArray*> vertexArrays; in deleteBuffer() 2516 for (vector<VertexArray*>::iterator i = vertexArrays.begin(); i != vertexArrays.end(); i++) in deleteBuffer() 3578 rc::VertexArray* vertexArrayObject = DE_NULL; in bindVertexArray() 3585 vertexArrayObject = new rc::VertexArray(array, m_limits.maxVertexAttribs); in bindVertexArray() 3614 VertexArray* vertexArray = name ? m_vertexArrays.find(name) : DE_NULL; in deleteVertexArrays() 3641 rc::VertexArray& vao = (m_vertexArrayBinding) ? (*m_vertexArrayBinding) : (m_clientVertexArray); in vertexAttribPointer() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 59 using glu::VertexArray; 368 VertexArray vao(getRenderContext()); in drawAttachment() 381 VertexArray vao (getRenderContext()); in setupContainer()
|
/external/deqp/framework/opengl/ |
D | gluObjectWrapper.hpp | 134 typedef TypedObjectWrapper<OBJECTTYPE_VERTEX_ARRAY> VertexArray; typedef
|
D | gluDrawUtil.cpp | 583 VertexArray vao (context); in drawFromVAOBuffers()
|
/external/deqp/modules/gles31/stress/ |
D | es31sTessellationGeometryInteractionTests.cpp | 336 const glu::VertexArray vao (m_context.getRenderContext()); in renderTo()
|
D | es31sVertexAttributeBindingTests.cpp | 580 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
|
/external/chromium_org/third_party/angle/src/ |
D | libGLESv2.gypi | 86 'libGLESv2/VertexArray.cpp', 87 'libGLESv2/VertexArray.h',
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 158 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 106 const glu::VertexArray m_vao;
|