Home
last modified time | relevance | path

Searched refs:GLvertexformat (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.h44 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 );
Dapi_arrayelt.h40 const GLvertexformat *vfmt);
Ddlist.h128 const GLvertexformat *vfmt);
Deval.h67 const GLvertexformat *vfmt);
Dvtxfmt.c46 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()
Deval.c828 const GLvertexformat *vfmt) in _mesa_install_eval_vtxfmt()
Dapi_arrayelt.c1504 const GLvertexformat *vfmt) in _mesa_install_arrayelt_vtxfmt()
Ddd.h1753 } GLvertexformat; typedef
Dmtypes.h4624 GLvertexformat ListVtxfmt;
Ddlist.c15020 const GLvertexformat *vfmt) in _mesa_install_dlist_vtxfmt()
15034 GLvertexformat *vfmt = &ctx->ListState.ListVtxfmt; in _mesa_init_display_list()
/external/mesa3d/src/mesa/vbo/
Dvbo.h85 GLvertexformat vtxfmt;
86 GLvertexformat vtxfmt_noop;
138 GLvertexformat vtxfmt;
139 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
Dvbo_noop.h34 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat *vfmt);
Dvbo_noop.c123 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat * vfmt) in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c983 GLvertexformat *vfmt = &exec->vtxfmt; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1549 GLvertexformat *vfmt = &save->vtxfmt; in vtxfmt_init()
/external/mesa3d/docs/relnotes/
D20.1.0.rst2870 - vbo: move GLvertexformat initialization into a template header file
2872 - vbo: use the template for noop GLvertexformat initialization
2873 - vbo: use the template for save GLvertexformat initialization
D7.10.rst390 - mesa: add new GLvertexformat entries for integer-valued attributes