Home
last modified time | relevance | path

Searched defs:setVertexAttrib (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3995 void Context::setVertexAttrib(GLuint index, const GLfloat *values) in setVertexAttrib() function in es2::Context
4004 void Context::setVertexAttrib(GLuint index, const GLint *values) in setVertexAttrib() function in es2::Context
4013 void Context::setVertexAttrib(GLuint index, const GLuint *values) in setVertexAttrib() function in es2::Context
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp3109 void Context::setVertexAttrib(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in setVertexAttrib() function in es1::Context