Searched refs:_glptr_CopyPixels (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5306 typedef void (GLAPIENTRYP _glptr_CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLint,GLsizei,GLsizei,GLenum) 5309 static inline _glptr_CopyPixels GET_CopyPixels(struct _glapi_table *disp) { 5310 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5779 typedef void (GLAPIENTRYP _glptr_CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLint,GLsizei,GLsizei,GLenum) 5782 static inline _glptr_CopyPixels GET_CopyPixels(struct _glapi_table *disp) { 5783 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels)); [all...] |
Completed in 104 milliseconds