Home
last modified time | relevance | path

Searched refs:ListState (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DMarkdownFormatService.kt13 private class ListState(val kind: ListKind, var size: Int = 1) { class
30 private val listStack = ArrayDeque<ListState>()
115 listStack.push(ListState(ListKind.Unordered)) in appendUnorderedList()
122 listStack.push(ListState(ListKind.Ordered)) in appendOrderedList()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddlist.c1216 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 …]
H A Dget.c885 ctx->ListState.CurrentList ? ctx->ListState.CurrentList->Name : 0; in find_custom_value()
H A Dmtypes.h3320 struct gl_dlist_state ListState; member
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c570 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()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...