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

1 23 4 5 6

  /external/chromium_org/third_party/angle/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/khronos/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /external/mesa3d/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 169 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
170 if (CheckEGLError("eglCreateWindowSurface")) return false;
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
  /frameworks/native/opengl/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 313 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
314 checkEglError("eglCreateWindowSurface");
  /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 216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
BlockingGLTextureView.java 216 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,

Completed in 3986 milliseconds

1 23 4 5 6