/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/ |
D | display_swapchain_present.adoc | 24 * pname:dstRect is a rectangular region within the visible region of the 27 assumed to be the entire visible region of the swapchain's mode. 28 If the specified rectangle is a subset of the display mode's visible 30 visible outside the rectangle. 34 visible region, pixels mapping only to those portions of the rectangle
|
/hardware/google/gfxstream/host/ |
D | NativeSubWindow_qnx.cpp | 105 int visible = hideWindow ? 0 : 1; in createSubWindow() local 106 screen_set_window_property_iv(screen_window, SCREEN_PROPERTY_VISIBLE, &visible); in createSubWindow()
|
/hardware/google/gfxstream/host/testlibs/qnx/ |
D | QNXWindow.cpp | 353 int visible = mVisible ? 1 : 0; in initialize() local 354 screen_set_window_property_iv(screen_window, SCREEN_PROPERTY_VISIBLE, &visible); in initialize() 452 int visible = isVisible ? 1 : 0; in setVisible() local 453 if (!screen_set_window_property_iv(mWindow, SCREEN_PROPERTY_VISIBLE, &visible)) in setVisible()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_AMD_device_coherent_memory.adoc | 19 Any device accesses to device coherent memory are automatically made visible
|
D | VK_HUAWEI_cluster_culling_shader.adoc | 39 directly emit visible clusters to the following graphics pipeline. 41 A set of new built-in output variables are used to express a visible 45 The IA stage can use these variables to fetches vertices of a visible
|
D | VK_EXT_headless_surface.adoc | 22 is by default a no-op, resulting in no externally-visible result.
|
D | VK_NV_representative_fragment_test.adoc | 32 determine the full set of primitives that would be visible in the final 38 visible fragment of each primitive.
|
D | VK_NV_displacement_micromap.adoc | 25 The format is externally visible to allow the application to compress its
|
D | memorymodel.adoc | 272 at A's set of memory locations becoming visible to it in an order that 364 writes become visible to all other agents within the same instance of the 373 the release are visible after the acquire. 553 synchronization is performed without using application-visible memory 636 visible to a read. 639 <<memory-model-visible-to,visible-to>> other memory accesses. 710 write can be made visible only to agents in the same subgroup, same 728 be made available from/visible to the shader via the device domain. 733 and which are included in their _source scope_ to be available or visible to 749 tuples to which the write is visible. [all …]
|
D | VK_NV_external_memory.adoc | 58 transitions to engines on the same device which are not visible within the
|
/hardware/google/gfxstream/third-party/fuchsia/magma/ |
D | README.md | 20 definition errors are only visible during one of the two codegen phases. If
|
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
D | ComposerClientWriter.h | 213 void setLayerVisibleRegion(int64_t display, int64_t layer, const std::vector<Rect>& visible) { in setLayerVisibleRegion() argument 214 getLayerCommand(display, layer).visibleRegion.emplace(visible.begin(), visible.end()); in setLayerVisibleRegion()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 385 void setLayerVisibleRegion(const std::vector<IComposerClient::Rect>& visible) { in setLayerVisibleRegion() argument 386 bool doWrite = (visible.size() <= kMaxLength / 4); in setLayerVisibleRegion() 387 size_t length = (doWrite) ? visible.size() * 4 : 0; in setLayerVisibleRegion() 394 writeRegion(visible); in setLayerVisibleRegion()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.h | 74 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
D | hwc_layers.cpp | 300 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { in SetLayerVisibleRegion() argument 302 for (uint32_t i = 0; i < visible.numRects; i++) { in SetLayerVisibleRegion() 304 SetRect(visible.rects[i], &rect); in SetLayerVisibleRegion()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_layers.h | 77 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
D | hwc_layers.cpp | 364 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { in SetLayerVisibleRegion() argument 366 for (uint32_t i = 0; i < visible.numRects; i++) { in SetLayerVisibleRegion() 368 SetRect(visible.rects[i], &rect); in SetLayerVisibleRegion()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_layers.h | 81 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
D | hwc_layers.cpp | 471 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { in SetLayerVisibleRegion() argument 473 for (uint32_t i = 0; i < visible.numRects; i++) { in SetLayerVisibleRegion() 475 SetRect(visible.rects[i], &rect); in SetLayerVisibleRegion()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_layers.h | 80 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 403 void setLayerVisibleRegion(const std::vector<IQtiComposerClient::Rect>& visible) { in setLayerVisibleRegion() argument 404 bool doWrite = (visible.size() <= kMaxLength / 4); in setLayerVisibleRegion() 405 size_t length = (doWrite) ? visible.size() * 4 : 0; in setLayerVisibleRegion() 412 writeRegion(visible); in setLayerVisibleRegion()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_headless_surface/ |
D | headless.adoc | 9 presentation operation is a no-op producing no externally-visible result.
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.h | 381 virtual int32_t setLayerVisibleRegion(hwc_region_t visible);
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_layers.h | 91 HWC2::Error SetLayerVisibleRegion(hwc_region_t visible);
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssCallback.hal | 30 * This is a user-visible string that identifies the model and version of the GNSS HAL.
|