Searched refs:GLvertexformat (Results 1 - 25 of 34) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | vtxfmt.h | 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 );
|
| H A D | api_arrayelt.h | 40 const GLvertexformat *vfmt);
|
| H A D | dlist.h | 127 const GLvertexformat *vfmt);
|
| H A D | vtxfmt.c | 41 * Copy the functions found in the GLvertexformat object into the 46 const GLvertexformat *vfmt) 233 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) 246 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
|
| H A D | eval.h | 67 const GLvertexformat *vfmt);
|
| H A D | eval.c | 825 const GLvertexformat *vfmt)
|
| H A D | api_arrayelt.c | 1494 const GLvertexformat *vfmt)
|
| H A D | dd.h | 1485 } GLvertexformat; typedef in typeref:struct:__anon5edf5f300108
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | vtxfmt.h | 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 );
|
| H A D | api_arrayelt.h | 40 const GLvertexformat *vfmt);
|
| H A D | dlist.h | 120 const GLvertexformat *vfmt);
|
| H A D | eval.h | 67 const GLvertexformat *vfmt);
|
| H A D | vtxfmt.c | 41 * Copy the functions found in the GLvertexformat object into the 46 const GLvertexformat *vfmt) 492 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt) 505 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
|
| H A D | eval.c | 828 const GLvertexformat *vfmt)
|
| H A D | api_arrayelt.c | 1504 const GLvertexformat *vfmt)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_noop.h | 34 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
|
| H A D | vbo_exec.h | 76 GLvertexformat vtxfmt; 77 GLvertexformat vtxfmt_noop;
|
| H A D | vbo_save.h | 158 GLvertexformat vtxfmt; 159 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
|
| H A D | vbo_noop.c | 28 * GLvertexformat no-op functions. Used in out-of-memory situations. 361 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt)
|
| H A D | vbo_exec_api.c | 951 GLvertexformat *vfmt = &exec->vtxfmt;
|
| H A D | vbo_save_api.c | 1560 GLvertexformat *vfmt = &save->vtxfmt;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_noop.h | 34 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat *vfmt);
|
| H A D | vbo_noop.c | 28 * GLvertexformat no-op functions. Used in out-of-memory situations. 123 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat * vfmt)
|
| H A D | vbo.h | 104 GLvertexformat vtxfmt; 105 GLvertexformat vtxfmt_noop; 156 GLvertexformat vtxfmt;
|
| H A D | vbo_exec_api.c | 1004 GLvertexformat *vfmt = &exec->vtxfmt;
|
Completed in 24 milliseconds
12