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.java792 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
799 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1076 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1085 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 367 milliseconds