Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c56 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data ); typedef
61 attrib_func func;
590 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
595 (attrib_func) VertexAttrib1bvNV,
596 (attrib_func) VertexAttrib1ubvNV,
597 (attrib_func) VertexAttrib1svNV,
598 (attrib_func) VertexAttrib1usvNV,
599 (attrib_func) VertexAttrib1ivNV,
600 (attrib_func) VertexAttrib1uivNV,
601 (attrib_func) VertexAttrib1fvNV,
[all …]