Searched defs:kNumFormats (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp358 const uint32_t kNumFormats = sizeof(kFormats) / sizeof(kFormats[0]); local
362 if (*count < kNumFormats)
364 std::copy(kFormats, kFormats + std::min(*count, kNumFormats), formats);
366 *count = kNumFormats;

Completed in 578 milliseconds