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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8650 typedef void (GLAPIENTRYP _glptr_VertexAttrib4sv)(GLuint, const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLshort *)
8653 static inline _glptr_VertexAttrib4sv GET_VertexAttrib4sv(struct _glapi_table *disp) {
8654 return (_glptr_VertexAttrib4sv) (GET_by_offset(disp, _gloffset_VertexAttrib4sv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9123 typedef void (GLAPIENTRYP _glptr_VertexAttrib4sv)(GLuint, const GLshort *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLshort *)
9126 static inline _glptr_VertexAttrib4sv GET_VertexAttrib4sv(struct _glapi_table *disp) {
9127 return (_glptr_VertexAttrib4sv) (GET_by_offset(disp, _gloffset_VertexAttrib4sv));
[all...]

Completed in 103 milliseconds