Home
last modified time | relevance | path

Searched defs:buffer_count (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp149 uint32_t format, uint64_t usage, size_t buffer_count) { in OnProducerQueueAllocateBuffers()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1881 const uint32_t buffer_count = std::max(min_buffer_count, num_images); in CreateSwapchainKHR() local