Home
last modified time | relevance | path

Searched refs:displayMode (Results 1 – 23 of 23) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioHardwareInterface.cpp54 static const char* displayMode(int mode) in displayMode() function
89 ALOGD("setMode(%s)", displayMode(mode)); in setMode()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dtranslate_math.js28 …return katex.renderToString( he.decode(g1, {'strict': true}), {displayMode: delim.display, output:… property
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmathtex-script-type.mjs16 displayMode: display property
Dmathtex-script-type.min.js1 …ibute("class",t?"equation":"inline-equation");try{o.a.render(e.text,r,{displayMode:t})}catch(t){r.… property
Dmathtex-script-type.js125 displayMode: display property
Dauto-render.min.js1 …de(r[a].data));else{var l=document.createElement("span"),d=r[a].data;t.displayMode=r[a].display;tr…
Dauto-render.js242 optionsCopy.displayMode = data[i].display;
Dauto-render.mjs126 optionsCopy.displayMode = data[i].display;
/hardware/google/pixel/misc_writer/
Dmisc_writer_test.cpp128 std::string displayMode = "1440x3120@60:120"; in TEST_F() local
129 misc_writer_ = std::make_unique<MiscWriter>(MiscWriterActions::kSetDisplayMode, displayMode); in TEST_F()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h85 uint32_t displayMode; member
303 void setDisplayMode(uint32_t displayMode);
DExynosDevice.cpp89 exynosHWCControl.displayMode = DISPLAY_MODE_NUM; in ExynosDevice()
894 void ExynosDevice::setDisplayMode(uint32_t displayMode) in setDisplayMode() argument
896 exynosHWCControl.displayMode = displayMode; in setDisplayMode()
DExynosDisplay.cpp1325 if ((exynosHWCControl.displayMode < DISPLAY_MODE_NUM) && in doPreProcessing()
1326 (mDevice->mDisplayMode != exynosHWCControl.displayMode)) in doPreProcessing()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h205 VkDisplayModeKHR displayMode; member
Dvulkansc_hash.hpp2030 VULKAN_HPP_HASH_COMBINE( seed, displayModePropertiesKHR.displayMode ); in operator ()()
2179 VULKAN_HPP_HASH_COMBINE( seed, displaySurfaceCreateInfoKHR.displayMode ); in operator ()()
Dvulkan_hash.hpp3713 VULKAN_HPP_HASH_COMBINE( seed, displayModePropertiesKHR.displayMode ); in operator ()()
3874 VULKAN_HPP_HASH_COMBINE( seed, displaySurfaceCreateInfoKHR.displayMode ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_icd.h205 VkDisplayModeKHR displayMode; member
Dvulkan_core.h7858 VkDisplayModeKHR displayMode; member
7893 VkDisplayModeKHR displayMode; member
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp412 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in assignResource()
413 mDevice->mDisplayMode = exynosHWCControl.displayMode; in assignResource()
2016 uint32_t displayMode = mDevice->mDisplayMode; in preAssignResources() local
2024 if (mOtfMPPs[i]->mPreAssignDisplayList[displayMode] != 0) { in preAssignResources()
2026 mOtfMPPs[i]->mName.c_str(), displayMode, in preAssignResources()
2027 mOtfMPPs[i]->mPreAssignDisplayList[displayMode]); in preAssignResources()
2034 …int checkBit = mOtfMPPs[i]->mPreAssignDisplayList[displayMode] & display->getDisplayPreAssignBit(); in preAssignResources()
2068 mM2mMPPs[i]->mPreAssignDisplayList[displayMode]); in preAssignResources()
2069 if (mM2mMPPs[i]->mPreAssignDisplayList[displayMode] != 0) { in preAssignResources()
2073 …int checkBit = mM2mMPPs[i]->mPreAssignDisplayList[displayMode] & display->getDisplayPreAssignBit(); in preAssignResources()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display/
Ddisplay.adoc345 * pname:displayMode is a handle to the display mode described in this
349 describing the display parameters associated with pname:displayMode.
683 * pname:displayMode is a slink:VkDisplayModeKHR handle specifying the mode
719 corresponding to pname:displayMode is ename:VK_TRUE then
726 corresponding to pname:displayMode
733 the display plane corresponding to pname:displayMode
737 display corresponding to pname:displayMode
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c679 prop->displayMode = wsi_display_mode_to_handle(display_mode); in wsi_display_fill_in_display_mode_properties()
858 surface->displayMode = pCreateInfo->displayMode; in wsi_CreateDisplayPlaneSurfaceKHR()
890 wsi_display_mode *mode = wsi_display_mode_from_handle(surface->displayMode); in wsi_display_surface_get_capabilities()
1105 wsi_display_mode *mode = wsi_display_mode_from_handle(surface->displayMode); in wsi_display_surface_get_present_rectangles()
1897 wsi_display_mode_from_handle(surface->displayMode); in _wsi_display_queue_next()
3094 wsi_display_mode_from_handle(swapchain->surface->displayMode)->connector; in wsi_GetSwapchainCounterEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0…
Dkatex.js408 this.displayMode = void 0;
423 this.displayMode = utils.deflt(options.displayMode, false);
7229 style: settings.displayMode ? src_Style.DISPLAY : src_Style.TEXT,
7236 if (settings.displayMode) {
8185 …if (parser.settings.displayMode && parser.settings.useStrictBehavior("newLineInDisplayMode", "In L…
17199 if (!settings.displayMode) {
Dkatex.mjs264 * - displayMode: Whether the expression should be typeset as inline math
272 this.displayMode = void 0;
287 this.displayMode = utils.deflt(options.displayMode, false);
7156 style: settings.displayMode ? Style$1.DISPLAY : Style$1.TEXT,
7163 if (settings.displayMode) {
8071 …if (parser.settings.displayMode && parser.settings.useStrictBehavior("newLineInDisplayMode", "In L…
16828 if (!settings.displayMode) {