Home
last modified time | relevance | path

Searched refs:VertexAttrib1fvNV (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_save_loopback.c47 VertexAttrib1fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) in VertexAttrib1fvNV() function
75 VertexAttrib1fvNV,
Dvbo_init_tmp.h136 vfmt->VertexAttrib1fvNV = NAME(VertexAttrib1fvNV);
Dvbo_attrib_tmp.h766 TAG(VertexAttrib1fvNV)(GLuint index, const GLfloat * v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c443 VertexAttrib1fvNV(GLuint index, const GLfloat *v) in VertexAttrib1fvNV() function
507 (attrib_func) VertexAttrib1fvNV,
554 (attrib_func) VertexAttrib1fvNV,
Dvtxfmt.c117 SET_VertexAttrib1fvNV(tab, vfmt->VertexAttrib1fvNV); in install_vtxfmt()
Ddd.h1396 void (GLAPIENTRYP VertexAttrib1fvNV)( GLuint index, const GLfloat *v );
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1350 { "glVertexAttrib1fvNV", _O(VertexAttrib1fvNV) },