Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8135 typedef void (GLAPIENTRYP _glptr_Uniform1f)(GLint, GLfloat); typedef
8138 static inline _glptr_Uniform1f GET_Uniform1f(struct _glapi_table *disp) { in GET_Uniform1f()
8139 return (_glptr_Uniform1f) (GET_by_offset(disp, _gloffset_Uniform1f)); in GET_Uniform1f()