Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h397 bool hasStagedUpdates() const;
DSurfaceVk.cpp2440 bool WindowSurfaceVk::hasStagedUpdates() const in hasStagedUpdates() function in rx::WindowSurfaceVk
DContextVk.cpp1460 isSingleBufferedWindow && mCurrentWindowSurface->hasStagedUpdates(); in flush()