HomeSort by relevance Sort by last modified time
    Searched defs:eglCreateSyncKHR (Results 1 - 11 of 11) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 60 eglCreateSyncKHR_t eglCreateSyncKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 249 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
251 return getDispatch()->eglCreateSyncKHR(dpy, type, attrib_list);
egl_dispatch.h 60 eglCreateSyncKHR_t eglCreateSyncKHR;
105 eglCreateSyncKHR_t set_eglCreateSyncKHR(eglCreateSyncKHR_t f) { eglCreateSyncKHR_t retval = eglCreateSyncKHR; eglCreateSyncKHR = f; return retval;}
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 635 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
637 return getDispatch()->eglCreateSyncKHR(dpy, type, attrib_list);
egl_dispatch.h 60 eglCreateSyncKHR_t eglCreateSyncKHR;
105 eglCreateSyncKHR_t set_eglCreateSyncKHR(eglCreateSyncKHR_t f) { eglCreateSyncKHR_t retval = eglCreateSyncKHR; eglCreateSyncKHR = f; return retval;}
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 117 { "eglCreateSyncKHR",
118 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
982 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 864 { "eglCreateSyncKHR",
865 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 505 eglCreateSyncKHR(475, 2038),
    [all...]

Completed in 406 milliseconds