Home
last modified time | relevance | path

Searched refs:VertexAttrib4f (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp192 void VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1130 return es2::VertexAttrib4f(index, x, y, z, w); in glVertexAttrib4f()
1384 this->glVertexAttrib4f = es2::VertexAttrib4f; in LibGLESv2exports()
DlibGLESv2.cpp6052 void VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in VertexAttrib4f() function
/external/mesa3d/include/GL/
Dgl_mangle.h2526 #define glVertexAttrib4f MANGLE(VertexAttrib4f)