HomeSort by relevance Sort by last modified time
    Searched defs:eglCreateSyncKHR (Results 1 - 13 of 13) 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;}
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 924 { "eglCreateSyncKHR", (_EGLProc) eglCreateSyncKHR },
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 924 { "eglCreateSyncKHR", (_EGLProc) eglCreateSyncKHR },
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 131 { "eglCreateSyncKHR",
132 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
    [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 609 eglCreateSyncKHR(579, 2038),
    [all...]

Completed in 1002 milliseconds