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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 738 EGLBoolean __stdcall eglSwapInterval(EGLDisplay dpy, EGLint interval)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 43 eglSwapInterval_t eglSwapInterval;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 169 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
171 return getDispatch()->eglSwapInterval(dpy, interval);
egl_dispatch.h 43 eglSwapInterval_t eglSwapInterval;
88 eglSwapInterval_t set_eglSwapInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; return retval;}
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 456 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
458 return getDispatch()->eglSwapInterval(dpy, interval);
egl_dispatch.h 43 eglSwapInterval_t eglSwapInterval;
88 eglSwapInterval_t set_eglSwapInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; return retval;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 995 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
1004 if (cnx->dso && cnx->egl.eglSwapInterval) {
1005 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
    [all...]
  /development/tools/emulator/opengl/system/egl/
egl.cpp 835 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 363 // C function EGLBoolean eglSwapInterval ( EGLDisplay dpy, EGLint interval )
365 public static native boolean eglSwapInterval(
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 795 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay display, EGLint interval) {
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [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 495 eglSwapInterval(465, 2028),
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 197 milliseconds