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

  /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 );
api_arrayelt.h 46 const GLvertexformat *vfmt);
dlist.h 127 const GLvertexformat *vfmt);
vtxfmt.c 41 * Copy the functions found in the GLvertexformat object into the
46 const GLvertexformat *vfmt)
228 _mesa_install_exec_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
241 _mesa_install_save_vtxfmt(struct gl_context *ctx, const GLvertexformat *vfmt)
eval.h 67 const GLvertexformat *vfmt);
eval.c 825 const GLvertexformat *vfmt)
dd.h     [all...]
api_arrayelt.c     [all...]
mtypes.h     [all...]
dlist.c     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_noop.h 34 _mesa_noop_vtxfmt_init(GLvertexformat *vfmt);
vbo_exec.h 83 GLvertexformat vtxfmt;
84 GLvertexformat vtxfmt_noop;
vbo_save.h 125 GLvertexformat vtxfmt;
126 GLvertexformat vtxfmt_noop; /**< Used if out_of_memory is true */
vbo_noop.c 28 * GLvertexformat no-op functions. Used in out-of-memory situations.
361 _mesa_noop_vtxfmt_init(GLvertexformat * vfmt)
vbo_exec_api.c 927 GLvertexformat *vfmt = &exec->vtxfmt;
    [all...]
vbo_save_api.c     [all...]

Completed in 933 milliseconds