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

/frameworks/base/opengl/tests/angeles/
H A Dapp-linux.cpp148 surface = eglCreateWindowSurface(dpy, config, window, NULL);
149 egl_error("eglCreateWindowSurface");
/frameworks/base/opengl/tests/linetex/
H A Dlinetex.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/base/opengl/tests/swapinterval/
H A Dswapinterval.cpp68 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java74 public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) { method in class:EGLImpl
84 "eglCreateWindowSurface() can only be called with an instance of " +
/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/base/opengl/tests/fillrate/
H A Dfillrate.cpp60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/base/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 DGLSurfaceView.java700 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
715 return egl.eglCreateWindowSurface(display, config, nativeWindow, null);
/frameworks/base/libs/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp177 surface = eglCreateWindowSurface(display, config, mNativeWindow.get(), NULL);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp52 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp146 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
149 printf("eglCreateWindowSurface failed\n");
/frameworks/base/opengl/include/EGL/
H A Degl.h266 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/frameworks/base/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp314 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
315 checkEglError("eglCreateWindowSurface");
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp243 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
246 printf("eglCreateWindowSurface failed\n");
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp231 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp949 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, function
957 EGLSurface surface = cnx->egl.eglCreateWindowSurface(
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp340 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window, base);
/frameworks/base/libs/rs/
H A DrsContext.cpp505 mEGL.mSurface = eglCreateWindowSurface(mEGL.mDisplay, mEGL.mConfig, mWndSurface, NULL);
506 checkEglError("eglCreateWindowSurface");
508 LOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
/frameworks/base/core/java/android/view/
H A DViewRoot.java375 final EGLSurface surface = egl.eglCreateWindowSurface(eglDisplay, config, mHolder, null);
/frameworks/base/opengl/libagl/
H A Degl.cpp1606 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, function

Completed in 179 milliseconds