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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8419 typedef void (GLAPIENTRYP _glptr_VertexAttrib1sv)(GLuint, const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLshort *)
8422 static inline _glptr_VertexAttrib1sv GET_VertexAttrib1sv(struct _glapi_table *disp) {
8423 return (_glptr_VertexAttrib1sv) (GET_by_offset(disp, _gloffset_VertexAttrib1sv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8892 typedef void (GLAPIENTRYP _glptr_VertexAttrib1sv)(GLuint, const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLshort *)
8895 static inline _glptr_VertexAttrib1sv GET_VertexAttrib1sv(struct _glapi_table *disp) {
8896 return (_glptr_VertexAttrib1sv) (GET_by_offset(disp, _gloffset_VertexAttrib1sv));
[all...]

Completed in 140 milliseconds