Searched refs:_glptr_Vertex4s (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4129 typedef void (GLAPIENTRYP _glptr_Vertex4s)(GLshort, GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort,GLshort) 4132 static inline _glptr_Vertex4s GET_Vertex4s(struct _glapi_table *disp) { 4133 return (_glptr_Vertex4s) (GET_by_offset(disp, _gloffset_Vertex4s)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4602 typedef void (GLAPIENTRYP _glptr_Vertex4s)(GLshort, GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort,GLshort) 4605 static inline _glptr_Vertex4s GET_Vertex4s(struct _glapi_table *disp) { 4606 return (_glptr_Vertex4s) (GET_by_offset(disp, _gloffset_Vertex4s)); [all...] |
Completed in 156 milliseconds