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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h2721 typedef void (GLAPIENTRYP _glptr_Color3ubv)(const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLubyte *)
2724 static inline _glptr_Color3ubv GET_Color3ubv(struct _glapi_table *disp) {
2725 return (_glptr_Color3ubv) (GET_by_offset(disp, _gloffset_Color3ubv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3194 typedef void (GLAPIENTRYP _glptr_Color3ubv)(const GLubyte *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLubyte *)
3197 static inline _glptr_Color3ubv GET_Color3ubv(struct _glapi_table *disp) {
3198 return (_glptr_Color3ubv) (GET_by_offset(disp, _gloffset_Color3ubv));
[all...]

Completed in 105 milliseconds