Home
last modified time | relevance | path

Searched refs:NewDriverState (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom.c156 st->dirty.st |= st->ctx->NewDriverState;
157 st->ctx->NewDriverState = 0;
Dst_draw.c209 if (st->dirty.st || ctx->NewDriverState) { in st_draw_vbo()
/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/main/
Dcontext.c809 ctx->NewDriverState = ~0; in init_attrib_groups()
1309 dst->NewDriverState = ~0; in _mesa_copy_context()
Dmtypes.h3547 GLbitfield NewDriverState;/**< bitwise-or of flags from DriverFlags */ member