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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h11092 typedef void (GLAPIENTRYP _glptr_Uniform4d)(GLint, GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLdouble,GLdouble,GLdouble,GLdouble)
11095 static inline _glptr_Uniform4d GET_Uniform4d(struct _glapi_table *disp) {
11096 return (_glptr_Uniform4d) (GET_by_offset(disp, _gloffset_Uniform4d));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h11565 typedef void (GLAPIENTRYP _glptr_Uniform4d)(GLint, GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLdouble,GLdouble,GLdouble,GLdouble)
11568 static inline _glptr_Uniform4d GET_Uniform4d(struct _glapi_table *disp) {
11569 return (_glptr_Uniform4d) (GET_by_offset(disp, _gloffset_Uniform4d));
[all...]

Completed in 102 milliseconds