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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8034 typedef void (GLAPIENTRYP _glptr_GetVertexAttribPointerv)(GLuint, GLenum, GLvoid **); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLvoid **)
8037 static inline _glptr_GetVertexAttribPointerv GET_GetVertexAttribPointerv(struct _glapi_table *disp) {
8038 return (_glptr_GetVertexAttribPointerv) (GET_by_offset(disp, _gloffset_GetVertexAttribPointerv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8507 typedef void (GLAPIENTRYP _glptr_GetVertexAttribPointerv)(GLuint, GLenum, GLvoid **); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLvoid **)
8510 static inline _glptr_GetVertexAttribPointerv GET_GetVertexAttribPointerv(struct _glapi_table *disp) {
8511 return (_glptr_GetVertexAttribPointerv) (GET_by_offset(disp, _gloffset_GetVertexAttribPointerv));
[all...]

Completed in 179 milliseconds