Searched refs:ListState (Results 1 – 7 of 7) sorted by relevance
13 private class ListState(val kind: ListKind, var size: Int = 1) { class30 private val listStack = ArrayDeque<ListState>()115 listStack.push(ListState(ListKind.Unordered)) in appendUnorderedList()122 listStack.push(ListState(ListKind.Ordered)) in appendOrderedList()
1216 ctx->ListState.CurrentPos % 2 == 1) { in dlist_alloc()1217 Node *last = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos - in dlist_alloc()1218 ctx->ListState.LastInstSize; in dlist_alloc()1220 ctx->ListState.CurrentPos++; in dlist_alloc()1223 if (ctx->ListState.CurrentPos + numNodes + contNodes >= BLOCK_SIZE) { in dlist_alloc()1226 Node *n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()1238 ctx->ListState.CurrentBlock = newblock; in dlist_alloc()1239 ctx->ListState.CurrentPos = 0; in dlist_alloc()1242 Node *n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()1243 ctx->ListState.CurrentPos += numNodes; in dlist_alloc()[all …]
885 ctx->ListState.CurrentList ? ctx->ListState.CurrentList->Name : 0; in find_custom_value()
3320 struct gl_dlist_state ListState; member
570 ctx->ListState.Current.UseLoopback = true; in compile_vertex_list()615 if (!ctx->ListState.Current.UseLoopback) { in compile_vertex_list()862 if (!ctx->ListState.Current.UseLoopback) { in compile_vertex_list()2059 save->currentsz[i] = &ctx->ListState.ActiveAttribSize[i]; in current_init()2060 save->current[i] = (fi_type *) ctx->ListState.CurrentAttrib[i]; in current_init()2066 save->currentsz[i] = &ctx->ListState.ActiveMaterialSize[j]; in current_init()2067 save->current[i] = (fi_type *) ctx->ListState.CurrentMaterial[j]; in current_init()
META-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...