Searched refs:ListState (Results 1 – 5 of 5) sorted by relevance
377 ctx->ListState.CurrentList->Flags |= DLIST_DANGLING_REFS; in _save_compile_vertex_list()822 _mesa_install_save_vtxfmt(ctx, &ctx->ListState.ListVtxfmt); in dlist_fallback()952 _mesa_install_save_vtxfmt(ctx, &ctx->ListState.ListVtxfmt); in _save_End()1541 _mesa_install_save_vtxfmt(ctx, &ctx->ListState.ListVtxfmt); in vbo_save_EndList()1563 if (ctx->ListState.CallDepth == 1) { in vbo_save_EndCallList()1627 save->currentsz[i] = &ctx->ListState.ActiveAttribSize[j]; in _save_current_init()1628 save->current[i] = ctx->ListState.CurrentAttrib[j]; in _save_current_init()1634 save->currentsz[i] = &ctx->ListState.ActiveMaterialSize[j]; in _save_current_init()1635 save->current[i] = ctx->ListState.CurrentMaterial[j]; in _save_current_init()1669 ctx->ListState.ListVtxfmt.Rectf = _save_OBE_Rectf; in vbo_save_api_init()[all …]
993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) { in dlist_alloc()996 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()1004 ctx->ListState.CurrentBlock = newblock; in dlist_alloc()1005 ctx->ListState.CurrentPos = 0; in dlist_alloc()1008 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()1009 ctx->ListState.CurrentPos += numNodes; in dlist_alloc()1402 ctx->ListState.ActiveAttribSize[i] = 0; in invalidate_saved_current_state()1405 ctx->ListState.ActiveMaterialSize[i] = 0; in invalidate_saved_current_state()1407 memset(&ctx->ListState.Current, 0, sizeof ctx->ListState.Current); in invalidate_saved_current_state()3812 if (ctx->ListState.Current.ShadeModel == mode) in save_ShadeModel()[all …]
1018 _mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt ); in _mesa_initialize_context()
1615 ctx->ListState.CurrentList ? ctx->ListState.CurrentList->Name : 0; in find_custom_value()
3426 struct gl_dlist_state ListState; member