Lines Matching refs:CurrentPos
1340 && ctx->ListState.CurrentPos % 2 == 0) { in dlist_alloc()
1351 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes in dlist_alloc()
1355 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1368 ctx->ListState.CurrentPos = 0; in dlist_alloc()
1380 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1382 assert(ctx->ListState.CurrentPos % 2 == 0); /* even value */ in dlist_alloc()
1389 ctx->ListState.CurrentPos += nopNode + numNodes; in dlist_alloc()
1498 (list->CurrentPos < BLOCK_SIZE)) { in trim_list()
1500 GLuint newSize = list->CurrentPos * sizeof(Node); in trim_list()
9341 ctx->ListState.CurrentPos = 0; in _mesa_NewList()
9400 ctx->ListState.CurrentPos = 0; in _mesa_EndList()
10517 ctx->ListState.CurrentPos = 0; in _mesa_init_display_list()