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

123

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL.h40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, method
44 "eglCreateWindowSurface() can only be called with an instance of " +
H A DeglCreateWindowSurface.cpp1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
56 _returnValue = eglCreateWindowSurface(
74 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
138 _returnValue = eglCreateWindowSurface(
/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
H A DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
/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/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp99 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
100 checkEglError("eglCreateWindowSurface");
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp71 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/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/av/cmds/screenrecord/
H A DEglWindow.cpp52 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(),
55 ALOGE("eglCreateWindowSurface error: %#x", eglGetError());
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp86 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, function
/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/native/opengl/tests/angeles/
H A Dapp-linux.cpp150 surface = eglCreateWindowSurface(dpy, config, window, NULL);
151 egl_error("eglCreateWindowSurface");
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp58 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp147 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
262 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config, mANW.get(), NULL);
/frameworks/base/opengl/java/android/opengl/
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 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 " +
/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/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/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/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java147 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp54 surface = eglCreateWindowSurface(dpy, config, window, NULL);

Completed in 1133 milliseconds

123