HomeSort by relevance Sort by last modified time
    Searched defs:EGLTimeNV (Results 26 - 30 of 30) sorted by null

12

  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 201 typedef unsigned long long EGLTimeNV;
206 EGLint eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
213 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
  /external/chromium_org/third_party/mesa/src/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/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);

Completed in 38 milliseconds

12