Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DEGL.h85 eglGetNextFrameIdANDROID_type eglGetNextFrameIdANDROID = nullptr; variable
DEGL.cpp73 auto eglGetNextFrameIdANDROID = reinterpret_cast<eglGetNextFrameIdANDROID_type>( in create() local
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp627 EGLBoolean eglGetNextFrameIdANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR* frameId) { in eglGetNextFrameIdANDROID() function