Home
last modified time | relevance | path

Searched refs:DriverFlags (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_rebase.c231 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_rebase_prims()
243 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_rebase_prims()
Dvbo_split_inplace.c88 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in flush_vertex()
100 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in flush_vertex()
Dvbo_context.h149 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_draw_method()
Dvbo_split_copy.c195 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in flush()
207 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in flush()
Dvbo_save_draw.c225 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_bind_vertex_list()
Dvbo_exec_draw.c259 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in vbo_exec_bind_arrays()
Dvbo_exec_array.c509 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in recalculate_input_bindings()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c233 st_init_driver_flags(&ctx->DriverFlags); in st_create_context()
/external/mesa3d/src/mesa/main/
Dmtypes.h3549 struct gl_driver_flags DriverFlags; member