Searched refs:glVertexAttribArray (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DContext.h44 void APIENTRY glVertexAttribArray(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
203 if(function == glVertexAttribArray)
H A DContext.cpp3342 void APIENTRY glVertexAttribArray(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) function in namespace:gl
3383 listCommand(gl::newCommand(glVertexAttribArray, i, size, type, normalized, stride, (const void*)buffer));
3387 listCommand(gl::newCommand(glVertexAttribArray, i, size, type, normalized, stride, (const void*)0));

Completed in 165 milliseconds