Searched refs:NewDriverState (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom.c156 st->dirty.st |= st->ctx->NewDriverState;
157 st->ctx->NewDriverState = 0;
H A Dst_draw.c209 if (st->dirty.st || ctx->NewDriverState) {
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_rebase.c231 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
243 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_context.h149 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_split_inplace.c88 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
100 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_split_copy.c195 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
207 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_save_draw.c225 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_exec_draw.c259 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_exec_array.c509 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c156 st->dirty.st |= st->ctx->NewDriverState;
157 st->ctx->NewDriverState = 0;
H A Dst_draw.c209 if (st->dirty.st || ctx->NewDriverState) {
/external/mesa3d/src/mesa/vbo/
H A Dvbo_rebase.c231 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
243 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_context.h149 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_split_inplace.c88 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
100 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_split_copy.c195 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
207 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_save_draw.c225 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_exec_draw.c259 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
H A Dvbo_exec_array.c509 ctx->NewDriverState |= ctx->DriverFlags.NewArray;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.c809 ctx->NewDriverState = ~0;
1309 dst->NewDriverState = ~0;
H A Dmtypes.h3351 * These are or'd with gl_context::NewDriverState to notify a driver about
3547 GLbitfield NewDriverState;/**< bitwise-or of flags from DriverFlags */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dcontext.c809 ctx->NewDriverState = ~0;
1309 dst->NewDriverState = ~0;
H A Dmtypes.h3351 * These are or'd with gl_context::NewDriverState to notify a driver about
3547 GLbitfield NewDriverState;/**< bitwise-or of flags from DriverFlags */ member in struct:gl_context

Completed in 264 milliseconds