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);
128 const GLvertexformat *vfmt);
67 const GLvertexformat *vfmt);
46 const GLvertexformat *vfmt) in install_vtxfmt()480 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) in _mesa_install_exec_vtxfmt()493 _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()
1753 } GLvertexformat; typedef
4624 GLvertexformat ListVtxfmt;
15020 const GLvertexformat *vfmt) in _mesa_install_dlist_vtxfmt()15034 GLvertexformat *vfmt = &ctx->ListState.ListVtxfmt; in _mesa_init_display_list()
85 GLvertexformat vtxfmt;86 GLvertexformat vtxfmt_noop;138 GLvertexformat vtxfmt;139 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
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()
983 GLvertexformat *vfmt = &exec->vtxfmt; in vbo_exec_vtxfmt_init()
1549 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