Home | History | Annotate | Download | only in vbo

Lines Matching refs:ListState

483       ctx->ListState.CurrentList->Flags |= DLIST_DANGLING_REFS;
962 _mesa_install_save_vtxfmt(ctx, &ctx->ListState.ListVtxfmt);
1099 _mesa_install_save_vtxfmt(ctx, &ctx->ListState.ListVtxfmt);
1127 * maintained in ctx->ListState, active when the list is known or
1565 _mesa_install_save_vtxfmt(ctx, &ctx->ListState.ListVtxfmt);
1587 if (ctx->ListState.CallDepth == 1) {
1653 save->currentsz[i] = &ctx->ListState.ActiveAttribSize[j];
1654 save->current[i] = (fi_type *) ctx->ListState.CurrentAttrib[j];
1660 save->currentsz[i] = &ctx->ListState.ActiveMaterialSize[j];
1661 save->current[i] = (fi_type *) ctx->ListState.CurrentMaterial[j];