/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_pool.cc | 91 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()
|
D | vulkan_surface_pool.h | 77 std::unique_ptr<VulkanSurface> CreateSurface(const SkISize& size);
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 172 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()
|
D | EGLSurfaceTest.cpp | 632 hr = dcompDevice->CreateSurface(100, 100, DXGI_FORMAT_B8G8R8A8_UNORM, in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 175 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()
|
D | EGLSurfaceTest.cpp | 995 hr = dcompDevice->CreateSurface(100, 100, DXGI_FORMAT_B8G8R8A8_UNORM, in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferDD.cpp | 85 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/ |
D | WLSurface.h | 44 virtual bool CreateSurface(const int width, const int height, const int surfaceId);
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | angle_surface_manager.h | 34 EGLSurface CreateSurface(HWND window);
|
D | angle_surface_manager.cc | 144 EGLSurface AngleSurfaceManager::CreateSurface(HWND window) { in CreateSurface() function in flutter::AngleSurfaceManager
|
D | win32_flutter_window.cc | 317 render_surface = surface_manager->CreateSurface(GetWindowHandle()); in CreateRenderSurface()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLSurface.cpp | 47 WLSurface::CreateSurface(const int width, const int height, const int surfaceId) in CreateSurface() function in WLSurface
|
D | main.cpp | 86 eglSurface->CreateSurface(400, 240, surfaceId); in main()
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfb-example.c | 51 DFBCHECK (dfb->CreateSurface (dfb, &dsc, &primary)); in main()
|
D | dfbvideosink.c | 238 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/ |
D | GLFWUtils.cpp | 57 wgpu::Surface surface = instance.CreateSurface(&descriptor); in CreateSurfaceForWindow()
|
D | GLFWUtils_metal.mm | 38 // CreateSurface.
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | DirectFBSurfaceEXT.cpp | 62 dfb->CreateSurface(dfb, &desc, &dfbImage); in attachImage()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_mouse.c | 104 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()
|
D | SDL_DirectFB_shape.c | 100 SDL_DFB_CHECKERR(devdata->dfb->CreateSurface(devdata->dfb, &dsc, &data->surface)); in DirectFB_SetWindowShape()
|
D | SDL_DirectFB_window.c | 222 SDL_DFB_CHECKERR(devdata->dfb->CreateSurface(devdata->dfb, &dsc, in DirectFB_SetWindowIcon()
|
/third_party/skia/experimental/webgpu-bazel/src/ |
D | bindings.cpp | 64 wgpu::Surface surface = instance.CreateSurface(&surface_desc); in getSwapChainForCanvas()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
D | main.cpp | 126 wgpu_surface = instance.CreateSurface(&surface_desc).Release(); in init_wgpu()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | WindowSurfaceTests.cpp | 66 ASSERT_EQ(mInstance.CreateSurface(descriptor).Get() != nullptr, succeeds); in AssertSurfaceCreation()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 197 DFBCHECK (dfb->CreateSurface (dfb, &desc, &bgsurface)); in main()
|