Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurface_test.cpp920 uint64_t getNextFrameId() { in getNextFrameId() function in android::GetFrameTimestampsTest
1049 const uint64_t fId = getNextFrameId(); in TEST_F()
1110 const uint64_t fId1 = getNextFrameId(); in TEST_F()
1393 const uint64_t fId1 = getNextFrameId(); in TEST_F()
1397 const uint64_t fId2 = getNextFrameId(); in TEST_F()
1444 const uint64_t fId1 = getNextFrameId(); in TEST_F()
1473 const uint64_t fId2 = getNextFrameId(); in TEST_F()
1510 const uint64_t fId2 = getNextFrameId(); in TEST_F()
1535 const uint64_t fId1 = getNextFrameId(); in TEST_F()
1612 const uint64_t fId1 = getNextFrameId(); in TEST_F()
[all …]
/frameworks/opt/gamesdk/src/swappy/
DEGL.h62 std::pair<bool,EGLuint64KHR> getNextFrameId(EGLDisplay dpy,
DFrameStatistics.cpp76 std::pair<bool,EGLuint64KHR> nextFrameId = mEgl->getNextFrameId(dpy, surface); in capture()
DEGL.cpp150 std::pair<bool,EGLuint64KHR> EGL::getNextFrameId(EGLDisplay dpy, EGLSurface surface) { in getNextFrameId() function in swappy::EGL