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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4096 typedef void (GLAPIENTRYP _glptr_Vertex4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
4099 static inline _glptr_Vertex4fv GET_Vertex4fv(struct _glapi_table *disp) {
4100 return (_glptr_Vertex4fv) (GET_by_offset(disp, _gloffset_Vertex4fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4569 typedef void (GLAPIENTRYP _glptr_Vertex4fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
4572 static inline _glptr_Vertex4fv GET_Vertex4fv(struct _glapi_table *disp) {
4573 return (_glptr_Vertex4fv) (GET_by_offset(disp, _gloffset_Vertex4fv));
[all...]

Completed in 167 milliseconds