HomeSort by relevance Sort by last modified time
    Searched refs:GLvertexformat (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/mesa/vbo/
vbo_noop.h 36 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
44 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt)
vbo_exec.h 84 GLvertexformat vtxfmt;
85 GLvertexformat vtxfmt_noop;
vbo_save.h 125 GLvertexformat vtxfmt;
126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
vbo_noop.c 27 * GLvertexformat no-op functions. Used in out-of-memory situations.
430 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt)
vbo_exec_api.c 915 GLvertexformat *vfmt = &exec->vtxfmt;
    [all...]
vbo_save_api.c     [all...]
  /external/mesa3d/src/mesa/main/
vtxfmt.h 42 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 );
48 _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
53 _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
api_arrayelt.h 53 const GLvertexformat *vfmt);
77 const GLvertexformat *vfmt)
dlist.h 64 extern void _mesa_save_vtxfmt_init( GLvertexformat *vfmt );
69 const GLvertexformat *vfmt);
88 const GLvertexformat *vfmt)
eval.h 81 const GLvertexformat *vfmt);
92 const GLvertexformat *vfmt)
vtxfmt.c 49 const GLvertexformat *vfmt)
242 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
253 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
eval.c 891 const GLvertexformat *vfmt)
dd.h 692 /* Called prior to any of the GLvertexformat functions being
    [all...]
api_arrayelt.c     [all...]
mtypes.h     [all...]
dlist.c     [all...]

Completed in 853 milliseconds