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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13787 typedef void (GLAPIENTRYP _glptr_VertexArrayElementBuffer)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
13790 static inline _glptr_VertexArrayElementBuffer GET_VertexArrayElementBuffer(struct _glapi_table *disp) {
13791 return (_glptr_VertexArrayElementBuffer) (GET_by_offset(disp, _gloffset_VertexArrayElementBuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14260 typedef void (GLAPIENTRYP _glptr_VertexArrayElementBuffer)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
14263 static inline _glptr_VertexArrayElementBuffer GET_VertexArrayElementBuffer(struct _glapi_table *disp) {
14264 return (_glptr_VertexArrayElementBuffer) (GET_by_offset(disp, _gloffset_VertexArrayElementBuffer));
[all...]

Completed in 104 milliseconds