Home
last modified time | relevance | path

Searched refs:CreateSurface (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_pool.cc91 return CreateSurface(size); in GetCachedOrCreateSurface()
101 return CreateSurface(size); in GetCachedOrCreateSurface()
158 std::unique_ptr<VulkanSurface> VulkanSurfacePool::CreateSurface( in CreateSurface() function in flutter_runner::VulkanSurfacePool
243 auto new_surface = CreateSurface(size); in AgeAndCollectOldBuffers()
288 auto surface = CreateSurface(size); in ShrinkToFit()
Dvulkan_surface_pool.h77 std::unique_ptr<VulkanSurface> CreateSurface(const SkISize& size);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp172 void CreateSurface(ComPtr<ABI::Windows::UI::Composition::ISpriteVisual> visual, in CreateSurface() function in EGLDirectCompositionTest
231 CreateSurface(mAngleHost, s); in TEST_P()
259 CreateSurface(mAngleHost, s); in TEST_P()
DEGLSurfaceTest.cpp632 hr = dcompDevice->CreateSurface(100, 100, DXGI_FORMAT_B8G8R8A8_UNORM, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp175 void CreateSurface(ComPtr<ABI::Windows::UI::Composition::ISpriteVisual> visual, in CreateSurface() function in EGLDirectCompositionTest
238 CreateSurface(mAngleHost, s); in TEST_P()
269 CreateSurface(mAngleHost, s); in TEST_P()
DEGLSurfaceTest.cpp995 hr = dcompDevice->CreateSurface(100, 100, DXGI_FORMAT_B8G8R8A8_UNORM, in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferDD.cpp85 directDraw->CreateSurface(&surfaceDescription, &frontBuffer, 0); in createSurfaces()
104 long result = directDraw->CreateSurface(&ddsd, &frontBuffer, 0); in createSurfaces()
126 directDraw->CreateSurface(&ddsd, &backBuffer, 0); in createSurfaces()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLSurface.h44 virtual bool CreateSurface(const int width, const int height, const int surfaceId);
/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.h34 EGLSurface CreateSurface(HWND window);
Dangle_surface_manager.cc144 EGLSurface AngleSurfaceManager::CreateSurface(HWND window) { in CreateSurface() function in flutter::AngleSurfaceManager
Dwin32_flutter_window.cc317 render_surface = surface_manager->CreateSurface(GetWindowHandle()); in CreateRenderSurface()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLSurface.cpp47 WLSurface::CreateSurface(const int width, const int height, const int surfaceId) in CreateSurface() function in WLSurface
Dmain.cpp86 eglSurface->CreateSurface(400, 240, surfaceId); in main()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfb-example.c51 DFBCHECK (dfb->CreateSurface (dfb, &dsc, &primary)); in main()
Ddfbvideosink.c238 ret = dfbpool->dfbvideosink->dfb->CreateSurface (dfbpool->dfbvideosink->dfb, in gst_dfb_buffer_pool_set_config()
360 dfbpool->dfbvideosink->dfb->CreateSurface (dfbpool->dfbvideosink->dfb, in gst_dfb_buffer_pool_alloc_buffer()
1223 ret = dfbvideosink->dfb->CreateSurface (dfbvideosink->dfb, &s_dsc, &surface); in gst_dfbvideosink_can_blit_from_format()
/third_party/skia/third_party/externals/dawn/src/utils/
DGLFWUtils.cpp57 wgpu::Surface surface = instance.CreateSurface(&descriptor); in CreateSurfaceForWindow()
DGLFWUtils_metal.mm38 // CreateSurface.
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DDirectFBSurfaceEXT.cpp62 dfb->CreateSurface(dfb, &desc, &dfbImage); in attachImage()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_mouse.c104 SDL_DFB_CHECKERR(devdata->dfb->CreateSurface(devdata->dfb, &dsc, in DirectFB_CreateDefaultCursor()
162 SDL_DFB_CHECKERR(devdata->dfb->CreateSurface(devdata->dfb, &dsc, in DirectFB_CreateCursor()
DSDL_DirectFB_shape.c100 SDL_DFB_CHECKERR(devdata->dfb->CreateSurface(devdata->dfb, &dsc, &data->surface)); in DirectFB_SetWindowShape()
DSDL_DirectFB_window.c222 SDL_DFB_CHECKERR(devdata->dfb->CreateSurface(devdata->dfb, &dsc, in DirectFB_SetWindowIcon()
/third_party/skia/experimental/webgpu-bazel/src/
Dbindings.cpp64 wgpu::Surface surface = instance.CreateSurface(&surface_desc); in getSwapChainForCanvas()
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
Dmain.cpp126 wgpu_surface = instance.CreateSurface(&surface_desc).Release(); in init_wgpu()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DWindowSurfaceTests.cpp66 ASSERT_EQ(mInstance.CreateSurface(descriptor).Get() != nullptr, succeeds); in AssertSurfaceCreation()
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c197 DFBCHECK (dfb->CreateSurface (dfb, &desc, &bgsurface)); in main()

12