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

1 2

  /frameworks/base/libs/hwui/tests/common/
TestContext.cpp 75 createWindowSurface();
79 void TestContext::createWindowSurface() {
  /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);
  /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));
  /frameworks/native/libs/gui/tests/
GLTest.cpp 79 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window);
172 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config,
  /external/deqp/framework/egl/
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]);
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 291 EGLSurface Display::createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLint *attribList)
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 284 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display,
  /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);
  /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...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 230 milliseconds

1 2