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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8661 typedef void (GLAPIENTRYP _glptr_VertexAttrib4ubv)(GLuint, const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLubyte *)
8664 static inline _glptr_VertexAttrib4ubv GET_VertexAttrib4ubv(struct _glapi_table *disp) {
8665 return (_glptr_VertexAttrib4ubv) (GET_by_offset(disp, _gloffset_VertexAttrib4ubv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9134 typedef void (GLAPIENTRYP _glptr_VertexAttrib4ubv)(GLuint, const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLubyte *)
9137 static inline _glptr_VertexAttrib4ubv GET_VertexAttrib4ubv(struct _glapi_table *disp) {
9138 return (_glptr_VertexAttrib4ubv) (GET_by_offset(disp, _gloffset_VertexAttrib4ubv));
[all...]

Completed in 106 milliseconds