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

1 2 3

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 41 {"eglSwapInterval", (void *)eglSwapInterval},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 41 {"eglSwapInterval", (void *)eglSwapInterval},
egl_dispatch.h 43 eglSwapInterval_t eglSwapInterval;
88 eglSwapInterval_t set_eglSwapInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; return retval;}
egl.cpp 456 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
458 return getDispatch()->eglSwapInterval(dpy, interval);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 41 {"eglSwapInterval", (void *)eglSwapInterval},
egl_dispatch.h 43 eglSwapInterval_t eglSwapInterval;
88 eglSwapInterval_t set_eglSwapInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; return retval;}
egl.cpp 169 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
171 return getDispatch()->eglSwapInterval(dpy, interval);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 43 eglSwapInterval_t eglSwapInterval;
EGLDispatch.cpp 57 s_egl.eglSwapInterval = (eglSwapInterval_t) lib->findSymbol("eglSwapInterval");
  /external/chromium_org/ui/gl/
gl_context_egl.cc 177 if (!eglSwapInterval(display_, interval)) {
178 LOG(ERROR) << "eglSwapInterval failed with error "
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 95 eglSwapInterval(dpy, 1);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 119 eglSwapInterval(dpy, 1);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 362 // C function EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
364 public static native boolean eglSwapInterval(
  /development/ndk/platforms/android-9/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/chromium_org/third_party/angle_dx11/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/chromium_org/third_party/khronos/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /external/mesa3d/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /frameworks/native/opengl/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);

Completed in 837 milliseconds

1 2 3