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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2655 typedef void (GLAPIENTRYP _glptr_Color3fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
2658 static inline _glptr_Color3fv GET_Color3fv(struct _glapi_table *disp) {
2659 return (_glptr_Color3fv) (GET_by_offset(disp, _gloffset_Color3fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3128 typedef void (GLAPIENTRYP _glptr_Color3fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3131 static inline _glptr_Color3fv GET_Color3fv(struct _glapi_table *disp) {
3132 return (_glptr_Color3fv) (GET_by_offset(disp, _gloffset_Color3fv));
[all...]

Completed in 102 milliseconds