HomeSort by relevance Sort by last modified time
    Searched refs:eglCreateWindowSurface (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 242 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
245 printf("eglCreateWindowSurface failed\n");
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 269 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
270 checkEglError("eglCreateWindowSurface");
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 213 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 176 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, eglConfig, mSurface, null);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 417 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 162 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(),
176 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);
720 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 295 EGLSurface surface = eglCreateWindowSurface(m_display, config, wId, 0);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 208 mEglSurface = eglCreateWindowSurface(mEglDisplay, config,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 383 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 424 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
425 checkEglError("eglCreateWindowSurface");
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 379 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
380 checkEglError("eglCreateWindowSurface");

Completed in 655 milliseconds

1 23 4 5