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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4756 typedef void (GLAPIENTRYP _glptr_ClearIndex)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
4759 static inline _glptr_ClearIndex GET_ClearIndex(struct _glapi_table *disp) {
4760 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5229 typedef void (GLAPIENTRYP _glptr_ClearIndex)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
5232 static inline _glptr_ClearIndex GET_ClearIndex(struct _glapi_table *disp) {
5233 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex));
[all...]

Completed in 105 milliseconds