Home
last modified time | relevance | path

Searched refs:createWindowSurface (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLBufferAgeTest.cpp80 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()
DEGLProtectedContentTest.cpp122 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()
DEGLPresentPathD3D11Test.cpp81 void createWindowSurface() in createWindowSurface() function in EGLPresentPathD3D11
311 createWindowSurface(); in TEST_P()
338 createWindowSurface(); in TEST_P()
DEGLContextSharingTest.cpp137 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/
DEGLPresentPathD3D11Test.cpp81 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/
DWindowSurfaceEGL.cpp37 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()
DFunctionsEGL.h53 EGLSurface createWindowSurface(EGLConfig config,
/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp87 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/
DWindowSurfaceEGL.cpp36 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp92 …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/
DeglwFunctions.inl24 eglCreateWindowSurfaceFunc createWindowSurface; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DEGLImplFactory.h45 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface_unittest.cpp65 EXPECT_CALL(factory, createWindowSurface(_, _, _)).WillOnce(Return(impl)); in TEST()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSurface_unittest.cpp63 EXPECT_CALL(factory, createWindowSurface(_, _, _)).WillOnce(Return(impl)); in TEST()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.h63 …EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attr…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DEGLImplFactory.h46 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h49 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h54 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h34 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.h44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h55 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.h106 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.h28 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h108 MOCK_METHOD3(createWindowSurface,

12345