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.c48 typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data ); typedef
496 static const attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
501 (attrib_func) VertexAttrib1bvNV,
502 (attrib_func) VertexAttrib1ubvNV,
503 (attrib_func) VertexAttrib1svNV,
504 (attrib_func) VertexAttrib1usvNV,
505 (attrib_func) VertexAttrib1ivNV,
506 (attrib_func) VertexAttrib1uivNV,
507 (attrib_func) VertexAttrib1fvNV,
508 (attrib_func) VertexAttrib1dvNV
[all …]