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

1 2 3 4

  /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);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 35 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
eglwStaticLibrary15.inl 44 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
eglwApi.inl 55 #define eglSwapInterval eglwSwapInterval
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 96 eglSwapInterval(dpy, 1);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 22 EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
  /frameworks/base/libs/hwui/tests/
nullegl.cpp 113 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) {
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 122 eglSwapInterval(dpy, 1);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 44 eglw::EGLBoolean eglSwapInterval (eglw::EGLDisplay dpy, eglw::EGLint interval);
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL_test.cpp 159 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
204 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 381 // C function EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
383 public static native boolean eglSwapInterval(
  /development/ndk/platforms/android-9/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/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLDepthTestActivity.java 260 EGL14.eglSwapInterval(display, 0);
  /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);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);

Completed in 1030 milliseconds

1 2 3 4