HomeSort by relevance Sort by last modified time
    Searched refs:eglCreateSyncKHR (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
  /frameworks/native/libs/gui/
GLConsumer.cpp 490 EGLSyncKHR sync = eglCreateSyncKHR(dpy,
534 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
803 EGLSyncKHR sync = eglCreateSyncKHR(dpy,
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 607 eglCreateSyncKHR = 2038;
  /frameworks/native/opengl/include/EGL/
eglext.h 141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 864 { "eglCreateSyncKHR",
865 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 505 eglCreateSyncKHR(475, 2038),
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]

Completed in 234 milliseconds

12