Searched refs:image_index (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | swapchain.h | 38 …R swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* image_index);
|
H A D | swapchain.cpp | 1449 uint32_t* image_index) { in AcquireNextImageKHR() argument 1464 *image_index = 0; in AcquireNextImageKHR() 1466 device, swapchain.images[*image_index].image, -1, semaphore, vk_fence); in AcquireNextImageKHR() 1535 *image_index = idx; in AcquireNextImageKHR()
|
/aosp12/hardware/google/graphics/common/libacryl/ |
H A D | acrylic_g2d.h | 136 unsigned int index, unsigned int image_index);
|
H A D | acrylic_g2d.cpp | 838 … hw2d_coord_t target_size, unsigned int index, unsigned int image_index) in prepareSource() argument 841 prepareSolidLayer(layer, image, cmd, target_size, image_index); in prepareSource() 930 if (image_index == 0) { in prepareSource()
|