Searched refs:_glptr_NamedBufferSubData (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13413 typedef void (GLAPIENTRYP _glptr_NamedBufferSubData)(GLuint, GLintptr, GLsizeiptr, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLintptr,GLsizeiptr,const GLvoid *)
13416 static inline _glptr_NamedBufferSubData GET_NamedBufferSubData(struct _glapi_table *disp) {
13417 return (_glptr_NamedBufferSubData) (GET_by_offset(disp, _gloffset_NamedBufferSubData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13886 typedef void (GLAPIENTRYP _glptr_NamedBufferSubData)(GLuint, GLintptr, GLsizeiptr, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLintptr,GLsizeiptr,const GLvoid *)
13889 static inline _glptr_NamedBufferSubData GET_NamedBufferSubData(struct _glapi_table *disp) {
13890 return (_glptr_NamedBufferSubData) (GET_by_offset(disp, _gloffset_NamedBufferSubData));
[all...]

Completed in 104 milliseconds