HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 89 EGLSurface mEglSurface;
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 57 static EGLSurface surface;
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 45 EGLSurface surface;
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 43 EGLSurface surface;
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 89 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)dpy, (EGLSurface)sur);
  /frameworks/native/opengl/libagl/
egl.cpp 53 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
127 EGLSurface read;
128 EGLSurface draw;
187 ALOGE_IF(magic != MAGIC, "invalid EGLSurface (%p)", this);
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 53 EGLSurface surface;
81 EGLSurface surface;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 191 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW);
220 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW);
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 53 EGLSurface surface;
81 EGLSurface surface;
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 31 import javax.microedition.khronos.egl.EGLSurface;
54 private EGLSurface mEglSurface;
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 163 EGLSurface draw = EGL_NO_SURFACE;
164 EGLSurface read = EGL_NO_SURFACE;
166 i = m_surfaces.find(drawSurface); if (i != m_surfaces.end()) draw = i->second->eglSurface();
167 i = m_surfaces.find(readSurface); if (i != m_surfaces.end()) read = i->second->eglSurface();
182 return eglSwapBuffers(m_dpy, s->second->eglSurface());
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 33 EGLSurface surface;
406 // create EGLSurface from the generated subwindow
728 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ);
729 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW);
746 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ);
747 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW);
799 // bind the subwindow eglSurface
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 28 import javax.microedition.khronos.egl.EGLSurface;
797 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
799 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
804 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
806 EGLSurface result = null;
822 EGLSurface surface) {
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 71 static EGLSurface sEglSurface = EGL_NO_SURFACE;
app-win32.c 51 static EGLSurface sEglSurface = EGL_NO_SURFACE;
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 104 // Create a EGLSurface
110 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
113 ASSERT_NE(EGL_NO_SURFACE, eglSurface) ;
115 // do not destroy eglSurface
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 44 EGLSurface surface;
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 108 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
  /frameworks/native/opengl/tests/textures/
textures.cpp 41 EGLSurface surface;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 198 int GLEnv::AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle) {
204 int GLEnv::AddSurface(const EGLSurface& surface) {
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 242 void Draw(EGLDisplay display,EGLSurface surface,int width,int height,GLuint program)
410 EGLSurface egl_surface;
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 27 import javax.microedition.khronos.egl.EGLSurface;
729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
742 EGLSurface surface) {
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 41 import javax.microedition.khronos.egl.EGLSurface;
145 private EGLSurface mEglSurface;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 220 EGLSurface surface;
334 ALOGI("EGLSurface: %d-%d-%d-%d, config=%p", r, g, b, a, config);
439 EGLSurface surface = mSurface;
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 38 import javax.microedition.khronos.egl.EGLSurface;
162 EGLSurface mEglSurface;

Completed in 565 milliseconds

1 2 34 5 6