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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2831 typedef void (GLAPIENTRYP _glptr_Color4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
2834 static inline _glptr_Color4fv GET_Color4fv(struct _glapi_table *disp) {
2835 return (_glptr_Color4fv) (GET_by_offset(disp, _gloffset_Color4fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3304 typedef void (GLAPIENTRYP _glptr_Color4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3307 static inline _glptr_Color4fv GET_Color4fv(struct _glapi_table *disp) {
3308 return (_glptr_Color4fv) (GET_by_offset(disp, _gloffset_Color4fv));
[all...]

Completed in 104 milliseconds