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

/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) {}
107 std::vector<VertexArray> m_vertexArrays;
H A DglsRandomShaderCase.cpp78 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) function in class:deqp::gls::VertexArray
162 VertexArray vtxArray(input, numVertices);
489 for (vector<VertexArray>::const_iterator attribIter = m_vertexArrays.begin(); attribIter != m_vertexArrays.end(); attribIter++)
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp137 typedef TypedObjectWrapper<OBJECTTYPE_VERTEX_ARRAY> VertexArray; typedef in namespace:glu
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp407 class VertexArray : public NamedObject class in namespace:sglr::rc
437 VertexArray (deUint32 name, int maxVertexAttribs);
438 ~VertexArray (void) {}
779 void deleteVertexArray (rc::VertexArray* vertexArray);
875 rc::VertexArray m_clientVertexArray;
883 rc::ObjectManager<rc::VertexArray> m_vertexArrays;
906 rc::VertexArray* m_vertexArrayBinding;

Completed in 88 milliseconds