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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8199 typedef void (GLAPIENTRYP _glptr_Uniform2f)(GLint, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLfloat,GLfloat)
8202 static inline _glptr_Uniform2f GET_Uniform2f(struct _glapi_table *disp) {
8203 return (_glptr_Uniform2f) (GET_by_offset(disp, _gloffset_Uniform2f));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8672 typedef void (GLAPIENTRYP _glptr_Uniform2f)(GLint, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLfloat,GLfloat)
8675 static inline _glptr_Uniform2f GET_Uniform2f(struct _glapi_table *disp) {
8676 return (_glptr_Uniform2f) (GET_by_offset(disp, _gloffset_Uniform2f));
[all...]

Completed in 167 milliseconds