Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/
DMockNativeWindow.cpp24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in dispatch_setSwapInterval()
77 ANativeWindow::setSwapInterval = &dispatch_setSwapInterval; in NativeWindow()
DMockNativeWindow.h33 MOCK_METHOD1(setSwapInterval, int(int interval));
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
DNativeWindow.cpp24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in forwardSetSwapInterval()
107 ANativeWindow::setSwapInterval = &forwardSetSwapInterval; in NativeWindow()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DNativeWindow.h38 MOCK_METHOD1(setSwapInterval, int(int));
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp242 return window->setSwapInterval(window, interval); in ANativeWindow_setSwapInterval()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h387 int (*setSwapInterval)(struct ANativeWindow* window, member
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h574 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1);
623 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1);
/frameworks/native/libs/gui/include/gui/
DSurface.h291 virtual int setSwapInterval(int interval);
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp88 err = window->setSwapInterval(window, 1); in ConnectAndSetWindowDefaults()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp362 ASSERT_EQ(OK, mANW->setSwapInterval(mANW.get(), 0)); in TEST_F()
370 ASSERT_EQ(OK, mANW->setSwapInterval(mANW.get(), 1)); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp82 ANativeWindow::setSwapInterval = hook_setSwapInterval; in Surface()
380 return c->setSwapInterval(interval); in hook_setSwapInterval()
525 int Surface::setSwapInterval(int interval) { in setSwapInterval() function in android::Surface
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1200 err = window->setSwapInterval(window, swap_interval); in CreateSwapchainKHR()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp723 window->setSwapInterval(window, 1); in eglCreateWindowSurfaceTmpl()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2884 nativeWindow->setSwapInterval(nativeWindow.get(), 0); in setupNewDisplayDeviceInternal()