Home
last modified time | relevance | path

Searched refs:_glptr_Uniform4f (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8267 typedef void (GLAPIENTRYP _glptr_Uniform4f)(GLint, GLfloat, GLfloat, GLfloat, GLfloat); typedef
8270 static inline _glptr_Uniform4f GET_Uniform4f(struct _glapi_table *disp) { in GET_Uniform4f()
8271 return (_glptr_Uniform4f) (GET_by_offset(disp, _gloffset_Uniform4f)); in GET_Uniform4f()