Searched defs:VertexAttributeArray (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DContext.h416 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS]; typedef in namespace:gl
588 const VertexAttributeArray &getVertexAttributes();
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h194 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS]; typedef in namespace:es1
433 const VertexAttributeArray &getVertexAttributes();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h330 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS]; typedef in namespace:es2
527 const VertexAttributeArray &getVertexArrayAttributes();
529 const VertexAttributeArray &getCurrentVertexAttributes();

Completed in 77 milliseconds