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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10014 typedef void (GLAPIENTRYP _glptr_BindVertexArray)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
10017 static inline _glptr_BindVertexArray GET_BindVertexArray(struct _glapi_table *disp) {
10018 return (_glptr_BindVertexArray) (GET_by_offset(disp, _gloffset_BindVertexArray));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10487 typedef void (GLAPIENTRYP _glptr_BindVertexArray)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
10490 static inline _glptr_BindVertexArray GET_BindVertexArray(struct _glapi_table *disp) {
10491 return (_glptr_BindVertexArray) (GET_by_offset(disp, _gloffset_BindVertexArray));
[all...]

Completed in 129 milliseconds