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

/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp76 createWindowSurface();
80 void TestContext::createWindowSurface() { function in class:android::uirenderer::test::TestContext
/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.java822 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
829 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1106 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1115 Log.e("EglHelper", "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
/frameworks/native/opengl/libagl/
H A Degl.cpp1284 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, function in namespace:android
1615 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 833 milliseconds