Searched refs:createWindowSurface (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/hwui/tests/common/ |
D | TestContext.cpp | 77 createWindowSurface(); in createSurface() 81 void TestContext::createWindowSurface() { in createWindowSurface() function in android::uirenderer::test::TestContext
|
D | TestContext.h | 58 void createWindowSurface();
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.h | 52 virtual EGLSurface createWindowSurface(EGLDisplay display, EGLConfig config,
|
D | GLTest.cpp | 79 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window); in SetUp() 172 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, in createWindowSurface() function in android::GLTest
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.h | 57 bool createWindowSurface(uint32_t w, uint32_t h,
|
D | GLHelper.cpp | 245 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h, in createWindowSurface() function in android::GLHelper
|
D | Main.cpp | 424 result = mGLHelper->createWindowSurface(w, h, &mSurfaceControl, in setUp()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 823 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface() method 830 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface() method in GLSurfaceView.DefaultWindowSurfaceFactory 1107 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1286 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface() function 1617 return createWindowSurface(dpy, config, window, attrib_list); in eglCreateWindowSurface()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21214 …method public abstract javax.microedition.khronos.egl.EGLSurface createWindowSurface(javax.microed…
|
/frameworks/base/api/ |
D | current.txt | 33877 …method public javax.microedition.khronos.egl.EGLSurface createWindowSurface(javax.microedition.khr…
|