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.java805 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
812 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1089 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1098 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
1584 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 107 milliseconds