Home
last modified time | relevance | path

Searched defs:eglPresentationTimeANDROID (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGLExt.java40 public static native boolean eglPresentationTimeANDROID( in eglPresentationTimeANDROID() method in EGLExt
/frameworks/opt/gamesdk/src/swappy/
DEGL.h72 eglPresentationTimeANDROID_type eglPresentationTimeANDROID = nullptr; variable
DEGL.cpp30 auto eglPresentationTimeANDROID = reinterpret_cast<eglPresentationTimeANDROID_type>( in create() local
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp584 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time) { in eglPresentationTimeANDROID() function