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

  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 32 vtxfmt = [ variable
250 if (f.name in vtxfmt) and not vtxfmt_only:
253 if (f.name not in vtxfmt) and vtxfmt_only:
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c     [all...]
vbo_exec.c 32 #include "main/vtxfmt.h"
54 _mesa_install_exec_vtxfmt( ctx, &exec->vtxfmt );
vbo_exec.h 84 GLvertexformat vtxfmt; member in struct:vbo_exec_context
vbo_save.h 125 GLvertexformat vtxfmt; member in struct:vbo_save_context
vbo_exec_draw.c 35 #include "main/vtxfmt.h"
364 _mesa_install_exec_vtxfmt(ctx, &exec->vtxfmt);
vbo_exec_api.c 38 #include "main/vtxfmt.h"
393 * vtxfmt on each flush (otherwise flags won't get reset
915 GLvertexformat *vfmt = &exec->vtxfmt;
    [all...]
vbo_save_api.c 80 #include "main/vtxfmt.h"
921 _mesa_install_save_vtxfmt(ctx, &save->vtxfmt);
957 /* These are all errors as this vtxfmt is only installed inside
1171 /* Unlike the functions above, these are to be hooked into the vtxfmt
    [all...]