Home
last modified time | relevance | path

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

/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);
DEGL_ANDROID_get_frame_timestamps.txt60 * EGLnsecsANDROID is a signed integer type for representing a time in
64 typedef khronos_stime_nanoseconds_t EGLnsecsANDROID;
73 const EGLint *names, EGLnsecsANDROID *values);
77 const EGLint *timestamps, EGLnsecsANDROID *values);
128 const EGLint *names, EGLnsecsANDROID *values);
151 const EGLint *timestamps, EGLnsecsANDROID *values);
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGLExt.spec1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
/frameworks/native/opengl/include/EGL/
Deglext.h530 typedef khronos_stime_nanoseconds_t EGLnsecsANDROID; typedef
531 …TRYP PFNEGLPRESENTATIONTIMEANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
533 … EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time);
552 #define EGL_TIMESTAMP_PENDING_ANDROID EGL_CAST(EGLnsecsANDROID, -2)
553 #define EGL_TIMESTAMP_INVALID_ANDROID EGL_CAST(EGLnsecsANDROID, -1)
556 …splay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values);
558 …ce, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
562 …splay dpy, EGLSurface surface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values);
564 …ce, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
/frameworks/base/core/jni/
Dandroid_opengl_EGLExt.cpp145 (EGLnsecsANDROID)time in android_eglPresentationTimeANDROID()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp2071 EGLnsecsANDROID time) in eglPresentationTimeANDROID()
2208 EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) in eglGetCompositorTimingANDROID()
2298 EGLnsecsANDROID *values) in eglGetFrameTimestampsANDROID()