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

12

/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/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.cpp110 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,
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp106 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
115 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
493 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
795 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
96 "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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto471 eglCreateWindowSurface = 2006;
/frameworks/rs/driver/
H A DrsdGL.cpp336 dc->gl.egl.surfaceDefault = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
340 checkEglError("eglCreateWindowSurface");
342 ALOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
453 rsc->setWatchdogGL("eglCreateWindowSurface", __LINE__, __FILE__);
454 dc->gl.egl.surface = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
456 checkEglError("eglCreateWindowSurface");
458 ALOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp167 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
168 if (CheckEGLError("eglCreateWindowSurface")) return false;
/frameworks/native/opengl/include/EGL/
H A Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp313 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
314 checkEglError("eglCreateWindowSurface");
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp242 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
245 printf("eglCreateWindowSurface failed\n");
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp269 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
270 checkEglError("eglCreateWindowSurface");
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp208 mEglSurface = eglCreateWindowSurface(mEglDisplay, config,
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java384 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);

Completed in 132 milliseconds

12