Home
last modified time | relevance | path

Searched refs:VertexAttrib4fvARB (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.c160 SET_VertexAttrib4fvARB(tab, vfmt->VertexAttrib4fvARB); in install_vtxfmt()
Dapi_arrayelt.c1064 VertexAttrib4fvARB(GLuint index, const GLfloat *v) in VertexAttrib4fvARB() function
1301 (attrib_func) VertexAttrib4fvARB,
1348 (attrib_func) VertexAttrib4fvARB,
Ddd.h923 void (GLAPIENTRYP VertexAttrib4fvARB)( GLuint index, const GLfloat *v );
Ddlist.c11022 vfmt->VertexAttrib4fvARB = save_VertexAttrib4fvARB; in _mesa_save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c495 vfmt->VertexAttrib4fvARB = _mesa_noop_VertexAttrib4fvARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c971 vfmt->VertexAttrib4fvARB = _es_VertexAttrib4fv; in vbo_exec_vtxfmt_init()
980 vfmt->VertexAttrib4fvARB = vbo_VertexAttrib4fvARB; in vbo_exec_vtxfmt_init()
Dvbo_attrib_tmp.h541 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) in TAG() argument
Dvbo_save_api.c1371 vfmt->VertexAttrib4fvARB = _save_VertexAttrib4fvARB; in _save_vtxfmt_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1067 { "glVertexAttrib4fvARB", _O(VertexAttrib4fvARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2039 #define glVertexAttrib4fvARB MANGLE(VertexAttrib4fvARB)