Searched refs:newLayout (Results 1 – 5 of 5) sorted by relevance
241 protected void inflateLayout(String newLayout) { in inflateLayout() argument242 mCurrentLayout = newLayout; in inflateLayout()243 if (newLayout == null) { in inflateLayout()244 newLayout = getDefaultLayout(); in inflateLayout()246 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()249 newLayout = getDefaultLayout(); in inflateLayout()250 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
2270 …Image image, vk::ImageAspectFlags aspectMask, vk::ImageLayout oldLayout, vk::ImageLayout newLayout, in set_image_layout() argument2308 .setDstAccessMask(DstAccessMask(newLayout)) in set_image_layout()2310 .setNewLayout(newLayout) in set_image_layout()
739 .newLayout = new_image_layout, in demo_set_image_layout()896 … .newLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in demo_draw_build_cmd()929 .newLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in demo_build_image_ownership_cmd()
5134 boolean newLayout = false; in setGravity()5138 newLayout = true; in setGravity()5147 if (mLayout != null && newLayout) { in setGravity()
3921 …VkImageLayout newLayout /// New layout to transitio…