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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java706 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
713 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
972 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
978 Log.e("EglHelper", "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
981 throwEglException("createWindowSurface", error);
/frameworks/base/opengl/libagl/
H A Degl.cpp1288 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, function in namespace:android
1610 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 10 milliseconds