HomeSort by relevance Sort by last modified time
    Searched refs:EGLSurface (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /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;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 104 EGLSurface surface;
171 EGLSurface DisplayDevice::getEGLSurface() const {
195 EGLSurface surface = mSurface;
252 EGLSurface sur = eglGetCurrentSurface(EGL_DRAW);
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 89 (EGLSurface)displays[0]->sur);
  /frameworks/native/opengl/libagl/
egl.cpp 54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
128 EGLSurface read;
129 EGLSurface draw;
189 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;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 35 public static EGLSurface EGL_NO_SURFACE = null;
EGL14cHeader.cpp 67 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
98 jfieldID noSurfaceFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_SURFACE", "Landroid/opengl/EGLSurface;");
125 (EGLSurface)handle == EGL_NO_SURFACE) {
EGLExtcHeader.cpp 68 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
99 jfieldID noSurfaceFieldID = _env->GetStaticFieldID(eglClass, "EGL_NO_SURFACE", "Landroid/opengl/EGLSurface;");
126 (EGLSurface)handle == EGL_NO_SURFACE) {
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 34 import javax.microedition.khronos.egl.EGLSurface;
56 private EGLSurface mEglSurface;
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 34 import javax.microedition.khronos.egl.EGLSurface;
56 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;
421 // create EGLSurface from the generated subwindow
743 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ);
744 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW);
761 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ);
762 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW);
814 // bind the subwindow eglSurface
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 34 import javax.microedition.khronos.egl.EGLSurface;
807 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
809 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
814 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
816 EGLSurface result = null;
    [all...]
  /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...]
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 183 EGLSurface mEglSurface;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 71 static EGLSurface sEglSurface = EGL_NO_SURFACE;
  /frameworks/native/cmds/flatland/
Renderers.cpp 166 virtual bool render(EGLSurface 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;

Completed in 303 milliseconds

1 2 3 45 6 7