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

/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h9832 typedef void (GLAPIENTRYP _glptr_BindVertexArray)(GLuint); typedef
9835 static inline _glptr_BindVertexArray GET_BindVertexArray(struct _glapi_table *disp) {
9836 return (_glptr_BindVertexArray) (GET_by_offset(disp, _gloffset_BindVertexArray));

Completed in 161 milliseconds