OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EGLTimeNV
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/mesa3d/include/EGL/
eglext.h
192
#if KHRONOS_SUPPORT_INT64 /*
EGLTimeNV
requires 64-bit uint support */
209
typedef khronos_utime_nanoseconds_t
EGLTimeNV
;
214
EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags,
EGLTimeNV
timeout);
221
typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags,
EGLTimeNV
timeout);
/external/chromium_org/third_party/khronos/EGL/
eglext.h
192
#if KHRONOS_SUPPORT_INT64 /*
EGLTimeNV
requires 64-bit uint support */
209
typedef khronos_utime_nanoseconds_t
EGLTimeNV
;
214
EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags,
EGLTimeNV
timeout);
221
typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags,
EGLTimeNV
timeout);
/frameworks/native/opengl/include/EGL/
eglext.h
192
#if KHRONOS_SUPPORT_INT64 /*
EGLTimeNV
requires 64-bit uint support */
209
typedef khronos_utime_nanoseconds_t
EGLTimeNV
;
214
EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags,
EGLTimeNV
timeout);
221
typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags,
EGLTimeNV
timeout);
/external/chromium_org/third_party/angle/include/EGL/
eglext.h
709
typedef khronos_utime_nanoseconds_t
EGLTimeNV
;
[
all
...]
Completed in 329 milliseconds
1
2
3