| /xsrc/external/mit/xorg-server.old/dist/config/ |
| xorg-server.conf | 5 <policy context="default"> 12 </policy>
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| miindex.c | 51 int policy; local 56 policy = PictureCmapPolicyAll; 61 policy = PictureCmapPolicy; 62 if (policy == PictureCmapPolicyDefault) { 65 policy = PictureCmapPolicyColor; 67 policy = PictureCmapPolicyGray; 69 policy = PictureCmapPolicyMono; 73 * Make sure enough cells are free for the chosen policy 76 switch (policy) { 93 policy-- [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| miindex.c | 51 int policy; local 57 policy = PictureCmapPolicyAll; 62 policy = PictureCmapPolicy; 63 if (policy == PictureCmapPolicyDefault) 66 policy = PictureCmapPolicyColor; 68 policy = PictureCmapPolicyGray; 70 policy = PictureCmapPolicyMono; 74 * Make sure enough cells are free for the chosen policy 78 switch (policy) { 95 policy-- [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| Makefile.am | 43 policy.c \
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| init-stage2.sh | 34 echo performance | tee -a /sys/devices/system/cpu/cpufreq/policy*/scaling_governor || true
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| gtest-death-test.cc | 77 # include <zircon/syscalls/policy.h> 1040 zx_policy_basic_t policy; local 1041 policy.condition = ZX_POL_NEW_ANY; 1042 policy.policy = ZX_POL_ACTION_ALLOW; 1044 child_job, ZX_JOB_POL_RELATIVE, ZX_JOB_POL_BASIC, &policy, 1);
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcfile.fncs | 40 policy as well as the current configuration. Internally, fontconfig will
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| utils.c | 522 ErrorF("-render [default|mono|gray|color] set render color alloc policy\n"); 929 int policy = PictureParseCmapPolicy (argv[i]); local 931 if (policy != PictureCmapPolicyInvalid) 932 PictureCmapPolicy = policy;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| utils.c | 572 ErrorF("-render [default|mono|gray|color] set render color alloc policy\n"); 1040 int policy = PictureParseCmapPolicy(argv[i]); local 1042 if (policy != PictureCmapPolicyInvalid) 1043 PictureCmapPolicy = policy;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| helpers.cpp | 172 void finish_ra_test(ra_test_policy policy, bool lower) 182 aco::register_allocation(program.get(), live_vars.live_out, policy);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winmultiwindowwndproc.c | 375 ACCENTPOLICY policy = { ACCENT_ENABLE_BLURBEHIND, 0, 0, 0 } ; local 376 WINCOMPATTR data = { WCA_ACCENT_POLICY, &policy, sizeof(ACCENTPOLICY) };
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_register_allocation.cpp | 81 ra_test_policy policy; member in struct:aco::__anon498::ra_ctx 85 renames(program->blocks.size()), policy(policy_) 1562 if (!ctx.policy.skip_optimistic_path) { 2436 register_allocation(Program* program, std::vector<IDSet>& live_out_per_block, ra_test_policy policy) 2438 ra_ctx ctx(program, policy);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Config.c | 845 int policy = PictureParseCmapPolicy(s); local 847 if (policy == PictureCmapPolicyInvalid) 848 xf86Msg(X_WARNING, "Unknown colormap policy \"%s\"\n", s); 850 xf86Msg(X_CONFIG, "Render colormap policy set to %s\n", s); 851 PictureCmapPolicy = policy;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Config.c | 904 int policy = PictureParseCmapPolicy (s); local 905 if (policy == PictureCmapPolicyInvalid) 906 xf86Msg(X_WARNING, "Unknown colormap policy \"%s\"\n", s); 909 xf86Msg(X_CONFIG, "Render colormap policy set to %s\n", s); 910 PictureCmapPolicy = policy;
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| eglext.h | 642 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSWAPPOLICYEXTPROC) (EGLint external_win_id, EGLint policy); 650 EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSwapPolicyEXT (EGLint external_win_id, EGLint policy);
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| eglext.h | 643 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOMPOSITORSWAPPOLICYEXTPROC) (EGLint external_win_id, EGLint policy); 651 EGLAPI EGLBoolean EGLAPIENTRY eglCompositorSwapPolicyEXT (EGLint external_win_id, EGLint policy);
|
| /xsrc/external/mit/libepoxy/src/ |
| egl_generated.h | 869 typedef EGLBoolean (GLAPIENTRY *PFNEGLCOMPOSITORSWAPPOLICYEXTPROC)(EGLint external_win_id, EGLint policy); 1028 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglCompositorSwapPolicyEXT)(EGLint external_win_id, EGLint policy);
|
| egl_generated_dispatch.c | 5031 GEN_THUNKS_RET(EGLBoolean, eglCompositorSwapPolicyEXT, (EGLint external_win_id, EGLint policy), (external_win_id, policy))
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imgui_internal.h | 1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
|
| imgui.cpp | 6972 // Make all menus and popups wrap around for now, may need to expose that policy. 7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) 7028 // Combo Box policy (we want a connecting edge) 7029 if (policy == ImGuiPopupPositionPolicy_ComboBox) 7049 // Default popup policy 7317 // FIXME-NAV: Consider policy for double scoring (scoring from NavScoringRectScreen + scoring from a rect wrapped according to current wrapping policy)
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_internal.h | 1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
|
| imgui.cpp | 6972 // Make all menus and popups wrap around for now, may need to expose that policy. 7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) 7028 // Combo Box policy (we want a connecting edge) 7029 if (policy == ImGuiPopupPositionPolicy_ComboBox) 7049 // Default popup policy 7317 // FIXME-NAV: Consider policy for double scoring (scoring from NavScoringRectScreen + scoring from a rect wrapped according to current wrapping policy)
|