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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2765 typedef void (GLAPIENTRYP _glptr_Color3usv)(const GLushort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLushort *)
2768 static inline _glptr_Color3usv GET_Color3usv(struct _glapi_table *disp) {
2769 return (_glptr_Color3usv) (GET_by_offset(disp, _gloffset_Color3usv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3238 typedef void (GLAPIENTRYP _glptr_Color3usv)(const GLushort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLushort *)
3241 static inline _glptr_Color3usv GET_Color3usv(struct _glapi_table *disp) {
3242 return (_glptr_Color3usv) (GET_by_offset(disp, _gloffset_Color3usv));
[all...]

Completed in 189 milliseconds