Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 52) sorted by relevance

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dcopy-tex.mjs61 const selection = window.getSelection();
63 if (selection.isCollapsed) {
64 return; // default action OK if selection is empty
67 const fragment = selection.getRangeAt(0).cloneContents();
Dcopy-tex.js178 var selection = window.getSelection();
180 if (selection.isCollapsed) {
184 var fragment = selection.getRangeAt(0).cloneContents();
Dcopy-tex.css1 /* Force selection of entire .katex/.katex-display blocks, so that we can
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c266 const char *selection) in device_select_find_explicit_default() argument
270 int matched = sscanf(selection, "%x:%x", &vendor_id, &device_id); in device_select_find_explicit_default()
418 const char *selection, in get_default_device() argument
438 if (selection) in get_default_device()
439 … default_idx = device_select_find_explicit_default(pci_infos, physical_device_count, selection); in get_default_device()
512 const char* selection = getenv("MESA_VK_DEVICE_SELECT"); in device_select_EnumeratePhysicalDevices() local
545 if (should_debug_device_selection() || (selection && strcmp(selection, "list") == 0)) { in device_select_EnumeratePhysicalDevices()
550 if (selection && strcmp(selection, "list") == 0) in device_select_EnumeratePhysicalDevices()
554 …unsigned selected_index = get_default_device(info, selection, physical_device_count, physical_devi… in device_select_EnumeratePhysicalDevices()
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXfixes.h69 Atom selection; member
136 Atom selection,
Dxfixesproto.h121 Atom selection B32;
133 Atom selection B32;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_image_view_min_lod.adoc24 <<textures-image-level-selection,Image Level(s) Selection>>,
DVK_KHR_sampler_ycbcr_conversion.adoc43 It also adds a selection of multi-planar formats, image aspect plane, and
DVK_HUAWEI_cluster_culling_shader.adoc31 perform coarse-level geometry culling and LOD selection more efficiently on
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DmacTouchOpenGL.m31 // In order for IOKit to know the latest GPU selection status, we need
/hardware/interfaces/camera/device/3.3/
Dtypes.hal43 * require device-specific information for correct selection. In all other cases, the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_non_seamless_cube_map.adoc24 A problem is correct LOD selection while preserving anisotropic filtering. Emulation of implicit de…
/hardware/interfaces/wifi/hostapd/1.1/
DIHostapd.hal43 * Parameters to control the channel selection for the interface.
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantP2pIface.hal52 * 0: automatic channel selection,
/hardware/interfaces/wifi/1.2/
Dtypes.hal31 * transmits Discovery Beacons (based on the Wi-Fi Aware protocol selection criteria). The value
/hardware/interfaces/audio/2.0/
DIPrimaryDevice.hal87 * Gets current TTY mode selection. Calling this method is equivalent to
/hardware/interfaces/wifi/hostapd/1.3/
DIHostapd.hal55 * Parameters to control the channel selection for the interface.
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal77 * Parameters to control the channel selection for the interface.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/
Dclusterculling.adoc10 cooperate to perform coarse level geometry culling and LOD selection.
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXproto.h1150 Atom selection B32, target B32, property B32;
1156 Atom selection B32, target B32, property B32;
1267 xGetSelectionOwnerReply selection; member
1431 Atom selection B32;
1440 Atom selection B32, target B32, property B32;
/hardware/interfaces/wifi/hostapd/1.2/
DIHostapd.hal116 * Parameters to control the channel selection for the interface.
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal74 * when PLMN selection is completed, when the device attempts to access a conditionally barred
/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal140 * Gets current TTY mode selection. Calling this method is equivalent to
/hardware/interfaces/audio/7.0/
DIPrimaryDevice.hal140 * Gets current TTY mode selection. Calling this method is equivalent to
/hardware/interfaces/audio/5.0/
DIPrimaryDevice.hal140 * Gets current TTY mode selection. Calling this method is equivalent to

123