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

12

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec5 //STUB function: //eglCreateWindowSurface sentinel attrib_list EGL_NONE
H A DEGL14.spec9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
/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 ) */
60 _returnValue = eglCreateWindowSurface(
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
142 _returnValue = eglCreateWindowSurface(
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp173 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
178 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
214 // set during the eglCreateWindowSurface
242 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
247 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
308 // eglCreateWindowSurface
341 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
346 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp98 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
99 checkEglError("eglCreateWindowSurface");
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp70 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/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java102 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); method in interface:EGL10
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp114 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
/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.cpp60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp57 surface = eglCreateWindowSurface(dpy, config, window, 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.java219 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
237 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, method in class:EGL14
262 "eglCreateWindowSurface() can only be called with an instance of " +
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp212 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
214 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError());
291 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
293 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError());
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp108 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
117 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
495 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
797 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/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.cpp52 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp146 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
149 printf("eglCreateWindowSurface failed\n");
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp169 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/
H A DBlockingGLTextureView.java216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null);

Completed in 563 milliseconds

12