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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12929 typedef void (GLAPIENTRYP _glptr_CreateBuffers)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
12932 static inline _glptr_CreateBuffers GET_CreateBuffers(struct _glapi_table *disp) {
12933 return (_glptr_CreateBuffers) (GET_by_offset(disp, _gloffset_CreateBuffers));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13402 typedef void (GLAPIENTRYP _glptr_CreateBuffers)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
13405 static inline _glptr_CreateBuffers GET_CreateBuffers(struct _glapi_table *disp) {
13406 return (_glptr_CreateBuffers) (GET_by_offset(disp, _gloffset_CreateBuffers));
[all...]

Completed in 131 milliseconds