Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DEGL.h71 using eglPresentationTimeANDROID_type = EGLBoolean (*)(EGLDisplay, EGLSurface, EGLnsecsANDROID); variable
72 eglPresentationTimeANDROID_type eglPresentationTimeANDROID = nullptr;
DEGL.cpp30 auto eglPresentationTimeANDROID = reinterpret_cast<eglPresentationTimeANDROID_type>( in create()