Home | History | Annotate | Download | only in vbo

Lines Matching refs:CurrentDispatch

800    if (ctx->CurrentDispatch == ctx->OutsideBeginEnd) {
801 ctx->CurrentDispatch = ctx->BeginEnd;
802 _glapi_set_dispatch(ctx->CurrentDispatch);
804 assert(ctx->CurrentDispatch == ctx->Save);
852 if (ctx->CurrentDispatch == ctx->BeginEnd) {
853 ctx->CurrentDispatch = ctx->OutsideBeginEnd;
854 _glapi_set_dispatch(ctx->CurrentDispatch);