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

/frameworks/native/libs/gui/tests/
H A DGLTest.cpp77 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window);
170 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, function in class:android::GLTest
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java793 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
800 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.cpp1256 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, function in namespace:android
1583 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 2957 milliseconds