Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp711 T* callerPtr, uint32_t* callerCount) { in CopyWithIncomplete() argument
714 if (things.size() > *callerCount) in CopyWithIncomplete()
716 *callerCount = std::min(uint32_t(things.size()), *callerCount); in CopyWithIncomplete()
717 std::copy(things.begin(), things.begin() + *callerCount, callerPtr); in CopyWithIncomplete()
719 *callerCount = things.size(); in CopyWithIncomplete()