Home | History | Annotate | Download | only in GLES_V2

Lines Matching defs:glVertexAttrib3f

1965 GL_APICALL void  GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){
1967 ctx->dispatcher().glVertexAttrib3f(indx,x,y,z);