Searched refs:createWindowSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java797 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
804 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1077 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1086 Log.e("EglHelper", "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
/frameworks/native/opengl/libagl/
H A Degl.cpp1229 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, function in namespace:android
1556 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 467 milliseconds