HomeSort by relevance Sort by last modified time
    Searched refs:createWindowSurface (Results 1 - 25 of 61) sorted by null

1 2 3

  /frameworks/base/libs/hwui/tests/common/
TestContext.h 58 void createWindowSurface();
TestContext.cpp 75 createWindowSurface();
79 void TestContext::createWindowSurface() {
  /frameworks/native/cmds/flatland/
GLHelper.h 57 bool createWindowSurface(uint32_t w, uint32_t h,
GLHelper.cpp 245 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h,
Main.cpp 424 result = mGLHelper->createWindowSurface(w, h, &mSurfaceControl,
  /frameworks/native/libs/gui/tests/
GLTest.h 52 virtual EGLSurface createWindowSurface(EGLDisplay display, EGLConfig config,
GLTest.cpp 79 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window);
172 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config,
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 24 eglCreateWindowSurfaceFunc createWindowSurface;
eglwInitCore.inl 19 dst->createWindowSurface = (eglCreateWindowSurfaceFunc) loader->get("eglCreateWindowSurface");
eglwFuncPtrLibraryDecl.inl 24 EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) const;
eglwFuncPtrLibraryImpl.inl 97 EGLSurface FuncPtrLibrary::createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) const
99 return m_egl.createWindowSurface(dpy, config, win, attrib_list);
eglwLibrary.inl 24 virtual EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) const = 0;
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 62 EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLint *attribList);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const
94 return ((eglX11CreateWindowSurfaceFunc)m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType>(win), attrib_list);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 330 public EGLSurface createWindowSurface(Object surface) {
491 public void createWindowSurface(Object surface) {
495 mEGLSurface = mEglCore.createWindowSurface(surface);
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 65 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& window, bool useLegacyCreate)
72 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL);
143 eglu::UniqueSurface surface (egl, display, createWindowSurface(display, config, m_eglTestCtx.getNativeDisplay(), *window, m_useLegacyCreate));
teglMutableRenderBufferTests.cpp 153 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, m_eglConfig, DE_NULL);
teglRenderCase.cpp 138 EGLSurface eglSurface = createWindowSurface(nativeDisplay, *window, display, config, DE_NULL);
teglSwapBuffersTests.cpp 294 eglu::UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, display, config, DE_NULL));
  /external/deqp/framework/egl/
egluUtil.hpp 80 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
egluUtil.cpp 280 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList)
309 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 807 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
814 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 822 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
829 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
    [all...]
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 284 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,

Completed in 321 milliseconds

1 2 3