Searched refs:_glptr_VertexAttrib2s (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 8452 typedef void (GLAPIENTRYP _glptr_VertexAttrib2s)(GLuint, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLshort,GLshort) 8455 static inline _glptr_VertexAttrib2s GET_VertexAttrib2s(struct _glapi_table *disp) { 8456 return (_glptr_VertexAttrib2s) (GET_by_offset(disp, _gloffset_VertexAttrib2s));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 8925 typedef void (GLAPIENTRYP _glptr_VertexAttrib2s)(GLuint, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLshort,GLshort) 8928 static inline _glptr_VertexAttrib2s GET_VertexAttrib2s(struct _glapi_table *disp) { 8929 return (_glptr_VertexAttrib2s) (GET_by_offset(disp, _gloffset_VertexAttrib2s)); [all...] |
Completed in 103 milliseconds