/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A 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()
|
H A D | EGLPresentPathD3D11Test.cpp | 81 void createWindowSurface() in createWindowSurface() function in EGLPresentPathD3D11 311 createWindowSurface(); in TEST_P() 338 createWindowSurface(); in TEST_P()
|
H A 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()
|
H A D | EGLContextSharingTest.cpp | 137 bool createWindowSurface(EGLConfig config, EGLNativeWindowType win, EGLSurface *surface) in createWindowSurface() function in __anon20159::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/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | WindowSurfaceEGL.cpp | 36 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()
|
H A D | FunctionsEGL.h | 55 EGLSurface createWindowSurface(EGLConfig config,
|
H A D | DisplayEGL.h | 52 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateSurfaceTests.cpp | 87 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& window, ApiType createType) 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.getNativeDisplay(), *window, m_createType)); in executeForConfig()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11EglDisplayFactory.cpp | 92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const in createWindowSurface() function in tcu::lnx::x11::egl::Library 94 return (m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType*>(win), attrib_list); in createWindowSurface()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
H A D | DisplayEAGL.h | 44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface_unittest.cpp | 65 EXPECT_CALL(factory, createWindowSurface(_, _, _)).WillOnce(Return(impl)); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | EGLImplFactory.h | 46 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.h | 54 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
H A D | DisplayNULL.cpp | 150 SurfaceImpl *DisplayNULL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayNULL
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.h | 63 EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attribList);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | DisplayCGL.h | 55 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.h | 106 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.h | 43 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.h | 31 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.h | 36 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_unittests_utils.h | 108 MOCK_METHOD3(createWindowSurface,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | DisplayVk.h | 88 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/glfw/src/ |
H A D | vulkan.c | 329 return _glfw.platform.createWindowSurface(instance, window, allocator, surface); in glfwCreateWindowSurface()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | DisplayMtl.h | 58 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluUtil.hpp | 81 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
|