Searched refs:createWindowSurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DGLTest.h52 virtual EGLSurface createWindowSurface(EGLDisplay display, EGLConfig config,
H A DGLTest.cpp77 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window);
170 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, function in class:android::GLTest
/frameworks/native/cmds/flatland/
H A DGLHelper.h58 bool createWindowSurface(uint32_t w, uint32_t h,
H A DGLHelper.cpp246 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h,
H A DMain.cpp429 result = mGLHelper->createWindowSurface(w, h, &mSurfaceControl,
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java811 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, method in interface:GLSurfaceView.EGLWindowSurfaceFactory
818 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1095 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
1104 Log.e("EglHelper", "createWindowSurface returned EGL_BAD_NATIVE_WINDOW.");
/frameworks/native/opengl/libagl/
H A Degl.cpp1246 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, function in namespace:android
1574 return createWindowSurface(dpy, config, window, attrib_list);

Completed in 172 milliseconds