Searched refs:eglCreateWindowSurface (Results 1 - 25 of 53) sorted by path

123

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp52 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(),
55 ALOGE("eglCreateWindowSurface error: %#x", eglGetError());
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp103 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
112 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
488 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
790 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp307 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java465 holder.eglSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs,
467 checkEglError("eglCreateWindowSurface");
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp517 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
572 _returnValue = eglCreateWindowSurface(
590 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
654 _returnValue = eglCreateWindowSurface(
H A Dcom_google_android_gles_jni_EGLImpl.cpp285 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
313 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp86 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, function
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp224 EGLSurface surface = eglCreateWindowSurface(mEglDisplay, mEglConfig, window, attribs);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp174 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
179 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
215 // set during the eglCreateWindowSurface
243 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
248 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
309 // eglCreateWindowSurface
342 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
347 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp175 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
176 if (CheckEGLError("eglCreateWindowSurface")) return false;
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java226 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
244 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, method in class:EGL14
269 "eglCreateWindowSurface() can only be called with an instance of " +
H A DEGLLogWrapper.java125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, method in class:EGLLogWrapper
127 begin("eglCreateWindowSurface");
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config,
H A DGLSurfaceView.java813 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
833 result = egl.eglCreateWindowSurface(display, config, nativeWindow, null);
841 Log.e(TAG, "eglCreateWindowSurface", e);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java78 public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) { method in class:EGLImpl
98 "eglCreateWindowSurface() can only be called with an instance of " +
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java103 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); method in interface:EGL10
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java814 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java617 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
620 logEglError("eglCreateWindowSurface");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java124 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surfaceHolder, null);
128 checkEglError(mEgl, "eglCreateWindowSurface");
143 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surfaceTexture, null);
147 checkEglError(mEgl, "eglCreateWindowSurface");
162 eglSurf = mEgl.eglCreateWindowSurface(mDisplay, eglConfig, surface, null);
166 checkEglError(mEgl, "eglCreateWindowSurface");
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java383 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
H A DSingleFrameTextureViewTestActivity.java147 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java336 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp213 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
215 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError());
292 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
294 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError());
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp172 return eglCreateWindowSurface(display, config, window.get(), NULL);
H A DSurfaceTextureClient_test.cpp174 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(),
188 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL);
767 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,

Completed in 568 milliseconds

123