Searched refs:_glptr_ClearNamedBufferSubData (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 12797 typedef void (GLAPIENTRYP _glptr_ClearNamedBufferSubData)(GLuint, GLenum, GLintptr, GLsizeiptr, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLintptr,GLsizeiptr,GLenum,GLenum,const GLvoid *) 12800 static inline _glptr_ClearNamedBufferSubData GET_ClearNamedBufferSubData(struct _glapi_table *disp) { 12801 return (_glptr_ClearNamedBufferSubData) (GET_by_offset(disp, _gloffset_ClearNamedBufferSubData));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 13270 typedef void (GLAPIENTRYP _glptr_ClearNamedBufferSubData)(GLuint, GLenum, GLintptr, GLsizeiptr, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLintptr,GLsizeiptr,GLenum,GLenum,const GLvoid *) 13273 static inline _glptr_ClearNamedBufferSubData GET_ClearNamedBufferSubData(struct _glapi_table *disp) { 13274 return (_glptr_ClearNamedBufferSubData) (GET_by_offset(disp, _gloffset_ClearNamedBufferSubData)); [all...] |
Completed in 103 milliseconds