Searched refs:Discard (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h85 Discard, member in class:android::uirenderer::renderthread::EglManager::SwapBehavior
89 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
H A DVulkanManager.h175 Discard, member in class:android::uirenderer::renderthread::VulkanManager::SwapBehavior
178 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
H A DEglManager.cpp184 mSwapBehavior = SwapBehavior::Discard;
290 case SwapBehavior::Discard:
H A DVulkanManager.cpp695 if (mSwapBehavior == SwapBehavior::Discard
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h295 int Discard();
298 // available. The system behaves as if Discard() is immediately called
300 // pending, it will act as if Discard() was also called.
/frameworks/native/libs/vr/libbufferhub/
H A Dbufferhub_tests.cpp58 EXPECT_EQ(0, c2->Discard());
H A Dbuffer_hub_client.cpp163 int BufferConsumer::Discard() { return Release(LocalHandle()); } function in class:android::dvr::BufferConsumer
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp212 consumer_buffer->Discard();
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp342 buffer_consumer->Discard();

Completed in 141 milliseconds