Home
last modified time | relevance | path

Searched refs:createWindowSurface (Results 1 - 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A 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()
H A DEGLPresentPathD3D11Test.cpp81 void createWindowSurface() in createWindowSurface() function in EGLPresentPathD3D11
311 createWindowSurface(); in TEST_P()
338 createWindowSurface(); in TEST_P()
H A 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()
H A DEGLContextSharingTest.cpp137 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 DWindowSurfaceEGL.cpp36 mSurface = mEGL->createWindowSurface(mConfig, mWindow, nativeAttribs.data()); in initialize()
H A DFunctionsEGL.h55 EGLSurface createWindowSurface(EGLConfig config,
H A DDisplayEGL.h52 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateSurfaceTests.cpp87 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 DtcuLnxX11EglDisplayFactory.cpp92 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 DDisplayEAGL.h44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface_unittest.cpp65 EXPECT_CALL(factory, createWindowSurface(_, _, _)).WillOnce(Return(impl)); in TEST()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DEGLImplFactory.h46 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.h54 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
H A DDisplayNULL.cpp150 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 DDisplay.h63 EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attribList);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.h55 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.h106 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.h43 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.h31 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.h36 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dangle_unittests_utils.h108 MOCK_METHOD3(createWindowSurface,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDisplayVk.h88 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/glfw/src/
H A Dvulkan.c329 return _glfw.platform.createWindowSurface(instance, window, allocator, surface); in glfwCreateWindowSurface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DDisplayMtl.h58 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
/third_party/vk-gl-cts/framework/egl/
H A DegluUtil.hpp81 eglw::EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);

Completed in 14 milliseconds

123