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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8056 typedef void (GLAPIENTRYP _glptr_GetVertexAttribfv)(GLuint, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLfloat *)
8059 static inline _glptr_GetVertexAttribfv GET_GetVertexAttribfv(struct _glapi_table *disp) {
8060 return (_glptr_GetVertexAttribfv) (GET_by_offset(disp, _gloffset_GetVertexAttribfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8529 typedef void (GLAPIENTRYP _glptr_GetVertexAttribfv)(GLuint, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLfloat *)
8532 static inline _glptr_GetVertexAttribfv GET_GetVertexAttribfv(struct _glapi_table *disp) {
8533 return (_glptr_GetVertexAttribfv) (GET_by_offset(disp, _gloffset_GetVertexAttribfv));
[all...]

Completed in 110 milliseconds