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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2941 typedef void (GLAPIENTRYP _glptr_Color4usv)(const GLushort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLushort *)
2944 static inline _glptr_Color4usv GET_Color4usv(struct _glapi_table *disp) {
2945 return (_glptr_Color4usv) (GET_by_offset(disp, _gloffset_Color4usv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3414 typedef void (GLAPIENTRYP _glptr_Color4usv)(const GLushort *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLushort *)
3417 static inline _glptr_Color4usv GET_Color4usv(struct _glapi_table *disp) {
3418 return (_glptr_Color4usv) (GET_by_offset(disp, _gloffset_Color4usv));
[all...]

Completed in 338 milliseconds