Home
last modified time | relevance | path

Searched defs:newLayout (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DImeLayoutInfo.java67 ImeLayoutInfo(@NonNull Rect newLayout, @NonNull Rect oldLayout, in ImeLayoutInfo()
83 final Rect newLayout = bundle.getParcelable(NEW_LAYOUT_KEY); in readFromBundle() local
93 final Rect newLayout = new Rect(left, top, right, bottom); in fromLayoutListenerCallback() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp1057 …const auto newLayout = (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_TRANSFER_DST_… in iterate() local
1076 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1113 const auto newLayout = in iterate() local
1135 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1213 const auto newLayout = in iterate() local
H A DvktMeshShaderSyncTestsEXT.cpp1253 …const auto newLayout = (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_TRANSFER_DST_… in iterate() local
1272 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1307 const auto newLayout = in iterate() local
1380 const auto newLayout = VK_IMAGE_LAYOUT_GENERAL; in iterate() local
1426 const auto newLayout = in iterate() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSidecarImpl.java111 SidecarWindowLayoutInfo newLayout = getWindowLayoutInfo(windowToken); in onDisplayFeaturesChanged() local
127 @NonNull SidecarWindowLayoutInfo newLayout) { in updateWindowLayout()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIController.java527 LetterboxEduWindowManager newLayout = createLetterboxEduWindowManager(context, taskInfo, in createOrUpdateLetterboxEduLayout() local
637 ReachabilityEduWindowManager newLayout = createReachabilityEduWindowManager(context, in createOrUpdateReachabilityEduLayout() local
694 final UserAspectRatioSettingsWindowManager newLayout = in createOrUpdateUserAspectRatioSettingsLayout() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBarrierUtil.cpp72 … const VkImageLayout oldLayout, const VkImageLayout newLayout, in makeImageMemoryBarrier()
94 const VkImageLayout newLayout, const VkImage image, in makeImageMemoryBarrier2()
H A DvkImageUtil.cpp4828 … VkImage image, VkClearColorValue clearColor, VkImageLayout oldLayout, VkImageLayout newLayout, in clearColorImage()
4883 … VkImage image, tcu::Vec4 clearColor, VkImageLayout oldLayout, VkImageLayout newLayout, in clearColorImage()
4945 VkImageLayout newLayout, VkPipelineStageFlags dstStageFlags) in initColorImageChessboardPattern()
5129 uint32_t stencilValue, VkImageLayout oldLayout, VkImageLayout newLayout, in clearDepthStencilImage()
5191VkImageLayout newLayout, VkPipelineStageFlags dstStageFlags) in initDepthStencilImageChessboardPattern()
H A DvkPipelineConstructionUtil.cpp1012 … const VkImageLayout prevLayout, const VkImageLayout newLayout, const VkImage image, in recordImageBarrier()
1093 …const VkImageLayout newLayout = subpass.m_colorAttachments[j].attachmentInfo.imageLayou… in transitionLayouts() local
1122 … const VkImageLayout newLayout = subpass.m_depthStencilAttachment.attachmentInfo.imageLayout; in transitionLayouts() local
1141 … const VkImageLayout newLayout = subpass.m_resolveAttachments[j].attachmentInfo.imageLayout; in transitionLayouts() local
1174 … const VkImageLayout newLayout = subpass.m_dsr.pDepthStencilResolveAttachment->layout; in transitionLayouts() local
1408 const VkImageLayout newLayout = m_attachments[i].finalLayout; in end() local
H A DvkWsiUtil.cpp907 const auto newLayout = in recordFrame() local
962 const auto newLayout = in recordDeviceGroupFrame() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkImage.h152 VkImageLayout newLayout, in setImageLayout()
178 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout()
H A DGrVkGpu.cpp1886 VkImageLayout newLayout, in set_layout_and_queue_from_mutable_state()
1915 VkImageLayout newLayout, in setBackendSurfaceState()
2199 VkImageLayout newLayout = in prepareSurfacesForBackendAccessAndStateUpdates() local
H A DGrVkImage.cpp388 VkImageLayout newLayout, in setImageLayoutAndQueueIndex()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTexture.cpp208 VkImageLayout newLayout, in setImageLayoutAndQueueIndex()
335 void VulkanTexture::updateImageLayout(VkImageLayout newLayout) { in updateImageLayout()
H A DVulkanTexture.h59 VkImageLayout newLayout, in setImageLayout()
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DVulkanHelper.cpp121 VkImageLayout newLayout) in ImageMemoryBarrier()
876 VkImageLayout newLayout, in releaseImageAndSignalSemaphore()
965 VkImageLayout newLayout, in waitSemaphoreAndAcquireImage()
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp74 …ue queue, vk::Image image, vk::Format format, vk::ImageLayout oldLayout, vk::ImageLayout newLayout) in transitionImageLayout()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp294 VkImageLayout oldLayout, VkImageLayout newLayout) { in transitionImageLayout()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp549const VkImageLayout newLayout, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMas… in imageBarrier()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1134VkImageLayout newLayout, VkImageAspectFlags aspectMask) const in pipelineImageBarrierGen()
1164VkImageLayout newLayout, VkImageAspectFlags aspectMask) const in pipelineImageBarrier()
1172 …VkAccessFlags dstAccessMask, VkImageLayout oldLayout, VkImageLayout newLayout, VkImageAspectFlags … in pipelineMultisampleImageBarrier()
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarInflaterView.java183 protected void inflateLayout(String newLayout) { in inflateLayout()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp7217 void ImageHelper::setCurrentImageLayout(Renderer *renderer, ImageLayout newLayout) in setCurrentImageLayout()
7329 bool ImageHelper::isReadSubresourceBarrierNecessary(ImageLayout newLayout, in isReadSubresourceBarrierNecessary()
7356 bool ImageHelper::isWriteBarrierNecessary(ImageLayout newLayout, in isWriteBarrierNecessary()
7390 ImageLayout newLayout, in changeLayoutAndQueue()
7476 ImageLayout newLayout, in initImageMemoryBarrierStruct()
7508 ImageLayout newLayout, in barrierImpl()
7642 ImageLayout newLayout, in recordWriteBarrier()
7668 ImageLayout newLayout, in recordReadSubresourceBarrier()
7698 ImageLayout newLayout, in recordReadBarrier()
7720 ImageLayout newLayout, in updateLayoutAndBarrier()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp832 … const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, in recordImageBarrier()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
Dvk_util.h467 VkImageLayout newLayout) const { in recordImageLayoutTransformCommands()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
H A DNavigationBarInflaterView.java252 protected void inflateLayout(String newLayout) { in inflateLayout()
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanTestHelpers.cpp44 VkImageLayout oldLayout, VkImageLayout newLayout, in addImageTransitionBarrier()

12345678910>>...12