Home
last modified time | relevance | path

Searched refs:current_buffer (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_surface.cpp40 state_.current_buffer = state_.pending_buffer; in Commit()
43 if (state_.current_buffer == nullptr) { in Commit()
50 struct wl_shm_buffer* shm_buffer = wl_shm_buffer_get(state_.current_buffer); in Commit()
70 wl_buffer_send_release(state_.current_buffer); in Commit()
71 wl_client_flush(wl_resource_get_client(state_.current_buffer)); in Commit()
73 state_.current_buffer = nullptr; in Commit()
Dwayland_surface.h70 struct wl_resource* current_buffer = nullptr; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp170 mInfo.current_buffer = x % mInfo.swapchainImageCount; in step()
174 mImageAcquiredSemaphore, VK_NULL_HANDLE, &mInfo.current_buffer); in step()
222 present.pImageIndices = &info.current_buffer; in Present()
253 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkHundredIndividual()
319 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in PrimaryCommandBufferBenchmarkOneWithOneHundred()
388 inheritInfo.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
421 rpBegin.framebuffer = info.framebuffers[info.current_buffer]; in SecondaryCommandBufferBenchmark()
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h227 uint32_t current_buffer; member
Dvulkan_command_buffer_utils.cpp976 info.current_buffer = 0; in init_swap_chain()