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

/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c54 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data ); typedef
58 attrib_func func;
579 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
584 (attrib_func) VertexAttrib1bvNV,
585 (attrib_func) VertexAttrib1ubvNV,
586 (attrib_func) VertexAttrib1svNV,
587 (attrib_func) VertexAttrib1usvNV,
588 (attrib_func) VertexAttrib1ivNV,
589 (attrib_func) VertexAttrib1uivNV,
590 (attrib_func) VertexAttrib1fvN
[all...]

Completed in 86 milliseconds