Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp33 eglGetNextFrameIdANDROID_type eglGetNextFrameIdANDROID = nullptr; variable
47 eglGetNextFrameIdANDROID = in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_initDisplay()
50 if (eglGetNextFrameIdANDROID == nullptr) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_initDisplay()
57 if (eglGetNextFrameIdANDROID == nullptr) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_initDisplay()
73 if (eglGetNextFrameIdANDROID == nullptr || eglGetFrameTimestampsANDROID == nullptr) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
77 … EGLBoolean rc = eglGetNextFrameIdANDROID(renderer->egl.display, renderer->egl.surface, &frameId); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()