Searched refs:GLvertexformat (Results 1 – 17 of 17) sorted by relevance
44 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );45 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
40 const GLvertexformat *vfmt);
120 const GLvertexformat *vfmt);
67 const GLvertexformat *vfmt);
46 const GLvertexformat *vfmt) in install_vtxfmt()492 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) in _mesa_install_exec_vtxfmt()505 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) in _mesa_install_save_vtxfmt()
828 const GLvertexformat *vfmt) in _mesa_install_eval_vtxfmt()
1504 const GLvertexformat *vfmt) in _mesa_install_arrayelt_vtxfmt()
1842 } GLvertexformat; typedef
4730 GLvertexformat ListVtxfmt;
15133 const GLvertexformat *vfmt) in _mesa_install_dlist_vtxfmt()15146 GLvertexformat *vfmt = &ctx->ListState.ListVtxfmt; in _mesa_init_display_list()
104 GLvertexformat vtxfmt;105 GLvertexformat vtxfmt_noop;156 GLvertexformat vtxfmt;
34 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat *vfmt);
123 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat * vfmt) in _mesa_noop_vtxfmt_init()
1004 GLvertexformat *vfmt = &exec->vtxfmt; in vbo_exec_vtxfmt_init()
1894 GLvertexformat *vfmt = &save->vtxfmt; in vtxfmt_init()
2870 - vbo: move GLvertexformat initialization into a template header file2872 - vbo: use the template for noop GLvertexformat initialization2873 - vbo: use the template for save GLvertexformat initialization
390 - mesa: add new GLvertexformat entries for integer-valued attributes