Searched refs:VertexAttrib4f (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 192 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()
|
D | libGLESv2.cpp | 6052 void VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in VertexAttrib4f() function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2526 #define glVertexAttrib4f MANGLE(VertexAttrib4f)
|