Searched refs:_glptr_ProgramUniform3f (Results 1 – 1 of 1) sorted by relevance
14834 typedef void (GLAPIENTRYP _glptr_ProgramUniform3f)(GLuint, GLint, GLfloat, GLfloat, GLfloat); typedef14837 static inline _glptr_ProgramUniform3f GET_ProgramUniform3f(struct _glapi_table *disp) { in GET_ProgramUniform3f()14838 return (_glptr_ProgramUniform3f) (GET_by_offset(disp, _gloffset_ProgramUniform3f)); in GET_ProgramUniform3f()