| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/ |
| README.md | 9 By default, a630 is exposed. The chip can be selected an enviornment
|
| /xsrc/external/mit/bitmap/dist/ |
| Dialog.c | 67 static unsigned long selected; variable 78 selected |= dialog_buttons[i].flag; 186 selected = None; 195 while ((selected & popup->options) == None) { 203 return (selected & popup->options);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| ListP.h | 99 int selected; member in struct:__anon5735
|
| /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/ |
| README.md | 9 By default, GK110 is exposed. The chip can be selected with an environment
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| report-sgr.pl | 606 attributes are for the currently selected cell. The script displays the result 619 Move the cursor to the first cell of the test-data for the currently selected 637 the currently selected foreground or background mode. 642 the currently selected foreground or background mode. 647 the currently selected foreground or background mode. 651 Toggle between the selected colors and the terminal's default colors. 656 depending on the selected mode. 661 depending on the selected mode.
|
| /xsrc/external/mit/MesaLib.old/dist/scripts/ |
| get_reviewer.pl | 5 # Print selected REVIEWERS information for 1491 my %selected; 1498 $selected{$count} = 1; 1523 $sel = "*" if ($selected{$count}); 1607 $selected{$nr - 1} = !$selected{$nr - 1}; 1612 $selected{$i} = $toggle; 1616 $selected{$i} = !$selected{$i}; 1621 $selected{$i} = !$selected{$i [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| kinfo.c | 43 ci->selected = 0;
|
| kdrive.c | 134 if (screen->mynum == card->selected && screen->pScreen) 158 pScreenPriv->card->selected = pScreenPriv->screen->mynum; 572 if (screen->mynum == card->selected) 818 if (screen->mynum == card->selected) {
|
| kdrive.h | 62 int selected; member in struct:_KdCardInfo
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| fdperf.c | 73 /* name of currently selected counters (for UI): */ 353 redraw_counter_label(WINDOW *win, int row, const char *name, bool selected) 360 if (selected) 363 if (selected) 415 bool selected) 417 redraw_counter_label(win, row, group->label[ctr], selected); 543 /* find currently selected idx (note there can be discontinuities 544 * so the selected value does not map 1:1 to current idx) 546 uint32_t selected = group->counter[cnt].select_val; local 548 if (group->group->countables[i].selector == selected) { [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kinfo.c | 44 ci->selected = 0;
|
| kdrive.c | 234 if (screen->mynum == card->selected && screen->pScreen) 268 pScreenPriv->card->selected = pScreenPriv->screen->mynum; 294 if (screen->mynum == card->selected && screen->pScreen) 748 if (screen->mynum == card->selected) 1064 if (screen->mynum == card->selected)
|
| kdrive.h | 63 int selected; member in struct:_KdCardInfo
|
| /xsrc/external/mit/xmh/dist/ |
| tocutil.c | 249 char str[500], *ptr, *ptr2, viewed[500], selected[500]; local 253 if (toc->selectseq) (void) strcpy(selected, toc->selectseq->name); 254 else *selected = 0; 290 if (strcmp(seq->name, selected) == 0) { 292 *selected = 0;
|
| toc.c | 669 /* Set the selected sequence in the toc */ 680 /* Return the sequence currently selected */ 689 /* Return the list of messages currently selected. */ 1191 Widget sequenceMenu, selected, original; local 1201 if ((selected = XawSimpleMenuGetActiveEntry(sequenceMenu))) 1202 ToggleMenuItem(selected, False);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_demo.cpp | 588 // Disable the default open on single-click behavior and pass in Selected flag according to our selection state. 811 // - The one taking "bool selected" as a read-only selection information. When Selectable() has been clicked is returns true and you can alter selection state accordingly. 828 static int selected = -1; local 833 if (ImGui::Selectable(buf, selected == n)) 834 selected = n; 858 static bool selected[3] = { false, false, false }; local 859 ImGui::Selectable("main.c", &selected[0]); ImGui::SameLine(300); ImGui::Text(" 2,345 bytes"); 860 ImGui::Selectable("Hello.cpp", &selected[1]); ImGui::SameLine(300); ImGui::Text("12,345 bytes"); 861 ImGui::Selectable("Hello.h", &selected[2]); ImGui::SameLine(300); ImGui::Text(" 2,345 bytes"); 867 static bool selected[16] = { 0 } local 879 static bool selected[4*4] = { true, false, false, false, false, true, false, false, false, false, true, false, false, false, false, true }; local 901 static bool selected[3*3] = { true, false, true, false, true, false, true, false, true }; local 2298 static int selected = -1; local 3620 static int selected = 0; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/ |
| navtree.js | 293 navtree.scrollTo('#selected',0,{offset:-windowHeight/2}); 389 p.itemDiv.className = p.itemDiv.className + " selected"; 390 p.itemDiv.id = "selected";
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| README | 335 Left Recolor selected triangle. 336 Center Enlarge selected triangle. 337 Right Delete selected triangle.
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| gtest-internal-inl.h | 324 const int selected = local 327 std::swap((*v)[static_cast<size_t>(selected)],
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| gtest-internal-inl.h | 326 const int selected = begin + random->Generate(range_width); local 327 std::swap((*v)[selected], (*v)[last_in_range]);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| List.c | 1005 if (!lw->list.show_current || lw->list.selected == NO_HIGHLIGHT) 1008 XawListHighlight(w, lw->list.selected); 1021 lw->list.selected = item; 1057 lw->list.selected = lw->list.highlight;
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within 74 2D textures. The per-fragment texel is selected by the R texture
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within 74 2D textures. The per-fragment texel is selected by the R texture
|
| /xsrc/external/mit/viewres/dist/ |
| viewres.c | 644 * are already in the selected list. 718 Boolean selected = (Boolean) (long) data; local 720 if (selected) {
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui.h | 385 // - Most widgets return true when the value has been changed or when pressed/selected 492 // - A selectable highlights when hovered, and can display another color when selected. 494 IMGUI_API bool Selectable(const char* label, bool selected = false, ImGuiSelectableFlags flags = 0, const ImVec2& size = ImVec2(0,0)); // "bool selected" carry the selection state (read-only). Selectable() is clicked is returns true so you can modify your selection state. size.x==0.0: use remaining width, size.x>0.0: specify width. size.y==0.0: use label height, size.y>0.0: specify height 525 IMGUI_API bool MenuItem(const char* label, const char* shortcut = NULL, bool selected = false, bool enabled = true); // return true when activated. shortcuts are displayed for convenience but not processed by ImGui at the moment 569 IMGUI_API bool BeginTabItem(const char* label, bool* p_open = NULL, ImGuiTabItemFlags flags = 0);// create a Tab. Returns true if the Tab is selected. 612 IMGUI_API bool IsItemDeactivatedAfterEdit(); // was the last item just made inactive and made a value change when it was active? (e.g. Slider/Drag moved). Useful for Undo/Redo patterns with widgets that requires continuous editing. Note that you may get false positives (some widgets such as Combo()/ListBox()/Selectable() will return true even when clicking an already selected item). 713 ImGuiWindowFlags_UnsavedDocument = 1 << 20, // Append '*' to title without affecting the ID, as a convenience to avoid using the ### operator. When used in a tab/docking context, tab is selected on closure and closure is deferred by one frame to allow code to cancel the closure (with a confirmation popup, etc.) without flicker. 762 ImGuiTreeNodeFlags_Selected = 1 << 0, // Draw as selected 791 ImGuiSelectableFlags_Disabled = 1 << 3 // Cannot be selected, display greyed out tex [all...] |