HomeSort by relevance Sort by last modified time
    Searched refs:EGL_SYNC_FENCE_KHR (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /device/generic/goldfish-opengl/system/egl/
eglSync.h 34 type(EGL_SYNC_FENCE_KHR),
  /external/deqp/modules/egl/
teglSyncTests.cpp 66 case EGL_SYNC_FENCE_KHR: return "EGL_SYNC_FENCE_KHR";
177 case EGL_SYNC_FENCE_KHR: return SyncTest::EXTENSION_FENCE_SYNC;
474 if (m_syncType == EGL_SYNC_FENCE_KHR)
510 else if (m_syncType == EGL_SYNC_FENCE_KHR)
553 else if (m_syncType == EGL_SYNC_FENCE_KHR)
727 if (m_syncType == EGL_SYNC_FENCE_KHR)
760 else if (m_syncType == EGL_SYNC_FENCE_KHR)
    [all...]
  /external/mesa3d/src/egl/main/
eglsync.c 133 (sync->Type == EGL_SYNC_FENCE_KHR ||
142 if (sync->Type != EGL_SYNC_FENCE_KHR &&
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 65 EGLSyncKHR fence = FuncEglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL);
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 66 EGLSyncKHR sync = mEglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 181 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL);
204 fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL);
  /development/ndk/platforms/android-14/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 325 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr);
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp 209 fence = eglCreateSyncKHR(mDisplay, EGL_SYNC_FENCE_KHR, NULL);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/EGL/
eglext.h 223 #define EGL_SYNC_FENCE_KHR 0x30F9

Completed in 160 milliseconds

1 2 3 4 5