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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12225 typedef void (GLAPIENTRYP _glptr_VertexAttribFormat)(GLuint, GLint, GLenum, GLboolean, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLenum,GLboolean,GLuint)
12228 static inline _glptr_VertexAttribFormat GET_VertexAttribFormat(struct _glapi_table *disp) {
12229 return (_glptr_VertexAttribFormat) (GET_by_offset(disp, _gloffset_VertexAttribFormat));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12698 typedef void (GLAPIENTRYP _glptr_VertexAttribFormat)(GLuint, GLint, GLenum, GLboolean, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLenum,GLboolean,GLuint)
12701 static inline _glptr_VertexAttribFormat GET_VertexAttribFormat(struct _glapi_table *disp) {
12702 return (_glptr_VertexAttribFormat) (GET_by_offset(disp, _gloffset_VertexAttribFormat));
[all...]

Completed in 103 milliseconds