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

  /frameworks/base/libs/hwui/debug/
nullegl.cpp 158 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) {
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 64 EGLSyncKHR (*eglCreateSyncKHR)(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
main.cpp 546 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
610 this->eglCreateSyncKHR = egl::CreateSyncKHR;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 599 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
601 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/mesa3d/src/egl/main/
eglapi.c     [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 521 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
523 return libEGL->eglCreateSyncKHR(dpy, type, attrib_list);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 903 { "eglCreateSyncKHR",
904 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 160 { "eglCreateSyncKHR",
161 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 609 eglCreateSyncKHR(579, 2038),
    [all...]

Completed in 397 milliseconds