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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java787 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
794 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1065 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1071 Log.e("EglHelper", "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
/frameworks/base/opengl/libagl/
H A Degl.cpp1210 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, function in namespace:android
1537 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 59 milliseconds