Searched refs:_glptr_ReadPixels (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5317 typedef void (GLAPIENTRYP _glptr_ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLint,GLsizei,GLsizei,GLenum,GLenum,GLvoid *) 5320 static inline _glptr_ReadPixels GET_ReadPixels(struct _glapi_table *disp) { 5321 return (_glptr_ReadPixels) (GET_by_offset(disp, _gloffset_ReadPixels)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5790 typedef void (GLAPIENTRYP _glptr_ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLint,GLsizei,GLsizei,GLenum,GLenum,GLvoid *) 5793 static inline _glptr_ReadPixels GET_ReadPixels(struct _glapi_table *disp) { 5794 return (_glptr_ReadPixels) (GET_by_offset(disp, _gloffset_ReadPixels)); [all...] |
Completed in 234 milliseconds