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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8595 typedef void (GLAPIENTRYP _glptr_VertexAttrib4bv)(GLuint, const GLbyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLbyte *)
8598 static inline _glptr_VertexAttrib4bv GET_VertexAttrib4bv(struct _glapi_table *disp) {
8599 return (_glptr_VertexAttrib4bv) (GET_by_offset(disp, _gloffset_VertexAttrib4bv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9068 typedef void (GLAPIENTRYP _glptr_VertexAttrib4bv)(GLuint, const GLbyte *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,const GLbyte *)
9071 static inline _glptr_VertexAttrib4bv GET_VertexAttrib4bv(struct _glapi_table *disp) {
9072 return (_glptr_VertexAttrib4bv) (GET_by_offset(disp, _gloffset_VertexAttrib4bv));
[all...]

Completed in 101 milliseconds