Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.h42 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
43 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
Dvtxfmt.c46 const GLvertexformat *vfmt) in install_vtxfmt()
232 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) in _mesa_install_exec_vtxfmt()
245 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) in _mesa_install_save_vtxfmt()
Dapi_arrayelt.h47 const GLvertexformat *vfmt);
Ddlist.h127 const GLvertexformat *vfmt);
Deval.h67 const GLvertexformat *vfmt);
Deval.c825 const GLvertexformat *vfmt) in _mesa_install_eval_vtxfmt()
Ddd.h1313 } GLvertexformat; typedef
Dapi_arrayelt.c1835 const GLvertexformat *vfmt) in _mesa_install_arrayelt_vtxfmt()
Dmtypes.h4401 GLvertexformat ListVtxfmt;
Ddlist.c10419 save_vtxfmt_init(GLvertexformat * vfmt) in save_vtxfmt_init()
10488 const GLvertexformat *vfmt) in _mesa_install_dlist_vtxfmt()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h83 GLvertexformat vtxfmt;
84 GLvertexformat vtxfmt_noop;
Dvbo_save.h140 GLvertexformat vtxfmt;
141 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
Dvbo_noop.h34 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
Dvbo_noop.c361 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt) in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c938 GLvertexformat *vfmt = &exec->vtxfmt; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1382 GLvertexformat *vfmt = &save->vtxfmt; in vtxfmt_init()