/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLBufferAgeTest.cpp | 80 bool createWindowSurface(EGLConfig config, EGLNativeWindowType win, EGLSurface *surface) in createWindowSurface() function in EGLBufferAgeTest 122 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P() 177 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P() 245 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P() 313 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P()
|
D | EGLProtectedContentTest.cpp | 122 bool createWindowSurface(EGLBoolean isProtected, in createWindowSurface() function in EGLProtectedContentTest 427 EGLBoolean createWinSurfaceResult = createWindowSurface( in windowTest() 500 EGLBoolean createWinSurfaceResult = createWindowSurface( in textureTest() 579 EGLBoolean createWinSurfaceResult = createWindowSurface( in textureFromImageTest() 685 EGLBoolean createWinSurfaceResult = createWindowSurface( in textureFromPbufferTest() 760 EGLBoolean createWinSurfaceResult = createWindowSurface( in textureFromAndroidNativeBufferTest()
|
D | EGLPresentPathD3D11Test.cpp | 81 void createWindowSurface() in createWindowSurface() function in EGLPresentPathD3D11 311 createWindowSurface(); in TEST_P() 338 createWindowSurface(); in TEST_P()
|
D | EGLContextSharingTest.cpp | 137 bool createWindowSurface(EGLConfig config, EGLNativeWindowType win, EGLSurface *surface) in createWindowSurface() function in __anon8a9cbaca0111::EGLContextSharingTestNoFixture 667 EXPECT_TRUE(createWindowSurface(config, mOsWindow->getNativeWindow(), &mSurface)); in TEST_P() 778 EXPECT_TRUE(createWindowSurface(config, mOsWindow->getNativeWindow(), &mSurface)); in TEST_P() 904 EXPECT_TRUE(createWindowSurface(config, mOsWindow->getNativeWindow(), &mSurface)); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLPresentPathD3D11Test.cpp | 81 void createWindowSurface() in createWindowSurface() function in EGLPresentPathD3D11 311 createWindowSurface(); in TEST_P() 338 createWindowSurface(); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | WindowSurfaceEGL.cpp | 37 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()
|
D | FunctionsEGL.h | 53 EGLSurface createWindowSurface(EGLConfig config,
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 87 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createWindowSurface() function 96 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface() 192 …eglu::UniqueSurface surface (egl, display, createWindowSurface(display, config, m_eglTestCtx… in executeForConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | WindowSurfaceEGL.cpp | 36 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 92 …eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createWindowSurface() function in tcu::lnx::x11::egl::Library 94 …return (m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType*>(win), attri… in createWindowSurface()
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwFunctions.inl | 24 eglCreateWindowSurfaceFunc createWindowSurface; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | EGLImplFactory.h | 45 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Surface_unittest.cpp | 65 EXPECT_CALL(factory, createWindowSurface(_, _, _)).WillOnce(Return(impl)); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Surface_unittest.cpp | 63 EXPECT_CALL(factory, createWindowSurface(_, _, _)).WillOnce(Return(impl)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 63 …EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attr…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | EGLImplFactory.h | 46 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 49 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 54 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 34 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 55 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.h | 106 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.h | 28 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 108 MOCK_METHOD3(createWindowSurface,
|