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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8617 typedef void (GLAPIENTRYP _glptr_VertexAttrib4dv)(GLuint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLdouble *)
8620 static inline _glptr_VertexAttrib4dv GET_VertexAttrib4dv(struct _glapi_table *disp) {
8621 return (_glptr_VertexAttrib4dv) (GET_by_offset(disp, _gloffset_VertexAttrib4dv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9090 typedef void (GLAPIENTRYP _glptr_VertexAttrib4dv)(GLuint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLdouble *)
9093 static inline _glptr_VertexAttrib4dv GET_VertexAttrib4dv(struct _glapi_table *disp) {
9094 return (_glptr_VertexAttrib4dv) (GET_by_offset(disp, _gloffset_VertexAttrib4dv));
[all...]

Completed in 181 milliseconds