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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9222 typedef void (GLAPIENTRYP _glptr_VertexAttribI4ubv)(GLuint, const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLubyte *)
9225 static inline _glptr_VertexAttribI4ubv GET_VertexAttribI4ubv(struct _glapi_table *disp) {
9226 return (_glptr_VertexAttribI4ubv) (GET_by_offset(disp, _gloffset_VertexAttribI4ubv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9695 typedef void (GLAPIENTRYP _glptr_VertexAttribI4ubv)(GLuint, const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLubyte *)
9698 static inline _glptr_VertexAttribI4ubv GET_VertexAttribI4ubv(struct _glapi_table *disp) {
9699 return (_glptr_VertexAttribI4ubv) (GET_by_offset(disp, _gloffset_VertexAttribI4ubv));
[all...]

Completed in 109 milliseconds