Searched refs:GLvertexformat (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A 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 );
H A Dapi_arrayelt.h40 const GLvertexformat *vfmt);
H A Ddlist.h127 const GLvertexformat *vfmt);
H A Dvtxfmt.c41 * 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 Deval.h67 const GLvertexformat *vfmt);
H A Deval.c825 const GLvertexformat *vfmt)
H A Dapi_arrayelt.c1494 const GLvertexformat *vfmt)
H A Ddd.h1485 } GLvertexformat; typedef in typeref:struct:__anon5edf5f300108
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A 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 );
H A Dapi_arrayelt.h40 const GLvertexformat *vfmt);
H A Ddlist.h120 const GLvertexformat *vfmt);
H A Deval.h67 const GLvertexformat *vfmt);
H A Dvtxfmt.c41 * 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 Deval.c828 const GLvertexformat *vfmt)
H A Dapi_arrayelt.c1504 const GLvertexformat *vfmt)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_noop.h34 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
H A Dvbo_exec.h76 GLvertexformat vtxfmt;
77 GLvertexformat vtxfmt_noop;
H A Dvbo_save.h158 GLvertexformat vtxfmt;
159 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
H A Dvbo_noop.c28 * GLvertexformat no-op functions. Used in out-of-memory situations.
361 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt)
H A Dvbo_exec_api.c951 GLvertexformat *vfmt = &exec->vtxfmt;
H A Dvbo_save_api.c1560 GLvertexformat *vfmt = &save->vtxfmt;
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_noop.h34 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat *vfmt);
H A Dvbo_noop.c28 * GLvertexformat no-op functions. Used in out-of-memory situations.
123 _mesa_noop_vtxfmt_init(struct gl_context *ctx, GLvertexformat * vfmt)
H A Dvbo.h104 GLvertexformat vtxfmt;
105 GLvertexformat vtxfmt_noop;
156 GLvertexformat vtxfmt;
H A Dvbo_exec_api.c1004 GLvertexformat *vfmt = &exec->vtxfmt;

Completed in 24 milliseconds

12