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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13017 typedef void (GLAPIENTRYP _glptr_CreateVertexArrays)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
13020 static inline _glptr_CreateVertexArrays GET_CreateVertexArrays(struct _glapi_table *disp) {
13021 return (_glptr_CreateVertexArrays) (GET_by_offset(disp, _gloffset_CreateVertexArrays));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13490 typedef void (GLAPIENTRYP _glptr_CreateVertexArrays)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
13493 static inline _glptr_CreateVertexArrays GET_CreateVertexArrays(struct _glapi_table *disp) {
13494 return (_glptr_CreateVertexArrays) (GET_by_offset(disp, _gloffset_CreateVertexArrays));
[all...]

Completed in 102 milliseconds