Searched defs:VertexArray (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexArray.cpp9 #include "libGLESv2/VertexArray.h"
16 VertexArray::VertexArray(rx::VertexArrayImpl *impl, GLuint id, size_t maxAttribs) function in class:gl::VertexArray
24 VertexArray::~VertexArray()
35 GLuint VertexArray::id() const
40 void VertexArray::detachBuffer(GLuint bufferName)
56 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const
62 void VertexArray::setVertexAttribDivisor(GLuint index, GLuint divisor)
69 void VertexArray
[all...]
H A DVertexArray.h32 class VertexArray class in namespace:gl
35 VertexArray(rx::VertexArrayImpl *impl, GLuint id, size_t maxAttribs);
36 ~VertexArray();
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.hpp44 class VertexArray class in namespace:deqp::gls
47 VertexArray (const rsg::ShaderInput* input, int numVertices);
48 ~VertexArray (void) {}
103 std::vector<VertexArray> m_vertexArrays;
H A DglsRandomShaderCase.cpp74 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) function in class:deqp::gls::VertexArray
154 VertexArray vtxArray(input, numVertices);
427 for (vector<VertexArray>::const_iterator attribIter = m_vertexArrays.begin(); attribIter != m_vertexArrays.end(); attribIter++)
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp134 typedef TypedObjectWrapper<OBJECTTYPE_VERTEX_ARRAY> VertexArray; typedef in namespace:glu
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp402 class VertexArray : public NamedObject class in namespace:sglr::rc
432 VertexArray (deUint32 name, int maxVertexAttribs);
433 ~VertexArray (void) {}
774 void deleteVertexArray (rc::VertexArray* vertexArray);
870 rc::VertexArray m_clientVertexArray;
878 rc::ObjectManager<rc::VertexArray> m_vertexArrays;
901 rc::VertexArray* m_vertexArrayBinding;

Completed in 3781 milliseconds