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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h14964 typedef void (GLAPIENTRYP _glptr_ProgramUniform4f)(GLuint, GLint, GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLfloat,GLfloat,GLfloat,GLfloat)
14967 static inline _glptr_ProgramUniform4f GET_ProgramUniform4f(struct _glapi_table *disp) {
14968 return (_glptr_ProgramUniform4f) (GET_by_offset(disp, _gloffset_ProgramUniform4f));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h15437 typedef void (GLAPIENTRYP _glptr_ProgramUniform4f)(GLuint, GLint, GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLfloat,GLfloat,GLfloat,GLfloat)
15440 static inline _glptr_ProgramUniform4f GET_ProgramUniform4f(struct _glapi_table *disp) {
15441 return (_glptr_ProgramUniform4f) (GET_by_offset(disp, _gloffset_ProgramUniform4f));
[all...]

Completed in 185 milliseconds