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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 51 {"eglSwapBuffers", (void *)eglSwapBuffers},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 51 {"eglSwapBuffers", (void *)eglSwapBuffers},
egl_dispatch.h 53 eglSwapBuffers_t eglSwapBuffers;
98 eglSwapBuffers_t set_eglSwapBuffers(eglSwapBuffers_t f) { eglSwapBuffers_t retval = eglSwapBuffers; eglSwapBuffers = f; return retval;}
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 51 {"eglSwapBuffers", (void *)eglSwapBuffers},
egl_dispatch.h 53 eglSwapBuffers_t eglSwapBuffers;
98 eglSwapBuffers_t set_eglSwapBuffers(eglSwapBuffers_t f) { eglSwapBuffers_t retval = eglSwapBuffers; eglSwapBuffers = f; return retval;}
  /frameworks/native/opengl/tests/finish/
finish.cpp 113 eglSwapBuffers(dpy, surface);
127 eglSwapBuffers(dpy, surface);
142 eglSwapBuffers(dpy, surface);
157 eglSwapBuffers(dpy, surface);
174 eglSwapBuffers(dpy, surface);
192 eglSwapBuffers(dpy, surface);
206 eglSwapBuffers(dpy, surface);
222 eglSwapBuffers(dpy, surface);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 99 eglSwapBuffers(dpy, surface);
111 eglSwapBuffers(dpy, surface);
114 eglSwapBuffers(dpy, surface);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 124 eglSwapBuffers(dpy, surface);
134 eglSwapBuffers(dpy, surface);
146 eglSwapBuffers(dpy, surface);
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 126 eglSwapBuffers(dpy, surface);
127 checkEglError("eglSwapBuffers");
134 eglSwapBuffers(dpy, surface);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshRenderer.cpp 96 eglSwapBuffers(eglGetCurrentDisplay(), tileQueue->m_eglSurface);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_egl.cpp 79 glmessage.set_function(GLMessage::eglSwapBuffers);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 53 eglSwapBuffers_t eglSwapBuffers;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 144 if (msg.getFunction() == Function.eglSwapBuffers) {
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 76 FNDEF(EGLBoolean, eglSwapBuffers, (EGLDisplay dpy, EGLSurface draw));
128 #define eglSwapBuffers FNPTR(eglSwapBuffers)
importgl.c 119 IMPORT_FUNC(eglSwapBuffers);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 256 // make sure to do a couple eglSwapBuffers to make sure there are
260 eglSwapBuffers(eglDisplay, eglSurface);
263 eglSwapBuffers(eglDisplay, eglSurface);
272 eglSwapBuffers(eglDisplay, eglSurface);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 33 * to create an EGL window surface. Calls to eglSwapBuffers() cause a frame of data to be sent
150 * Calls eglSwapBuffers. Use this to "publish" the current frame.
153 return EGL14.eglSwapBuffers(mEGLDisplay, mEGLSurface);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 109 eglSwapBuffers(dpy, surface);
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 88 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)displays[0]->dpy,
  /frameworks/native/opengl/tests/filter/
filter.cpp 156 eglSwapBuffers(dpy, surface);
182 eglSwapBuffers(dpy, surface);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 32 EGLBoolean eglSwapBuffers ( EGLDisplay dpy, EGLSurface surface )
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 108 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
120 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 109 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
121 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 140 eglSwapBuffers(mEglDisplay, mEglSurface);
    [all...]
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 106 eglSwapBuffers(mEglDisplay, mEglSurface);

Completed in 698 milliseconds

1 2 3 4 5