Searched refs:_glptr_VertexAttribL2d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 11565 typedef void (GLAPIENTRYP _glptr_VertexAttribL2d)(GLuint, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLdouble,GLdouble) 11568 static inline _glptr_VertexAttribL2d GET_VertexAttribL2d(struct _glapi_table *disp) { 11569 return (_glptr_VertexAttribL2d) (GET_by_offset(disp, _gloffset_VertexAttribL2d));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 12038 typedef void (GLAPIENTRYP _glptr_VertexAttribL2d)(GLuint, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLdouble,GLdouble) 12041 static inline _glptr_VertexAttribL2d GET_VertexAttribL2d(struct _glapi_table *disp) { 12042 return (_glptr_VertexAttribL2d) (GET_by_offset(disp, _gloffset_VertexAttribL2d)); [all...] |
Completed in 106 milliseconds