Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGLExt.spec1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt47 * EGLnsecsANDROID is a signed integer type for representing a time in
51 typedef khronos_stime_nanoseconds_t EGLnsecsANDROID;
59 EGLnsecsANDROID time);
74 surface, EGLnsecsANDROID time);
/frameworks/native/opengl/include/EGL/
Deglext.h571 typedef khronos_stime_nanoseconds_t EGLnsecsANDROID; typedef
573 EGLAPI EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
575 …EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROID) (EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
/frameworks/base/core/jni/
Dandroid_opengl_EGLExt.cpp145 (EGLnsecsANDROID)time in android_eglPresentationTimeANDROID()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1535 EGLnsecsANDROID time) in eglPresentationTimeANDROID()