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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7869 typedef void (GLAPIENTRYP _glptr_DisableVertexAttribArray)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
7872 static inline _glptr_DisableVertexAttribArray GET_DisableVertexAttribArray(struct _glapi_table *disp) {
7873 return (_glptr_DisableVertexAttribArray) (GET_by_offset(disp, _gloffset_DisableVertexAttribArray));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8342 typedef void (GLAPIENTRYP _glptr_DisableVertexAttribArray)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
8345 static inline _glptr_DisableVertexAttribArray GET_DisableVertexAttribArray(struct _glapi_table *disp) {
8346 return (_glptr_DisableVertexAttribArray) (GET_by_offset(disp, _gloffset_DisableVertexAttribArray));
[all...]

Completed in 105 milliseconds