Home
last modified time | relevance | path

Searched defs:CreateGPUSurface (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_surface_vulkan.cc30 std::unique_ptr<Surface> AndroidSurfaceVulkan::CreateGPUSurface() { in CreateGPUSurface() function in flutter::AndroidSurfaceVulkan
Dandroid_surface_gl.cc58 std::unique_ptr<Surface> AndroidSurfaceGL::CreateGPUSurface() { in CreateGPUSurface() function in flutter::AndroidSurfaceGL
Dandroid_surface_software.cc59 std::unique_ptr<Surface> AndroidSurfaceSoftware::CreateGPUSurface() { in CreateGPUSurface() function in flutter::AndroidSurfaceSoftware
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_surface_software.cc31 std::unique_ptr<Surface> EmbedderSurfaceSoftware::CreateGPUSurface() { in CreateGPUSurface() function in flutter::EmbedderSurfaceSoftware
Dembedder_surface_gl.cc92 std::unique_ptr<Surface> EmbedderSurfaceGL::CreateGPUSurface() { in CreateGPUSurface() function in flutter::EmbedderSurfaceGL
/third_party/flutter/engine/flutter/shell/platform/ohos/
Dohos_surface_gl.cc29 std::unique_ptr<Surface> OhosSurfaceGL::CreateGPUSurface() in CreateGPUSurface() function in flutter::OhosSurfaceGL
Dohos_surface_software.cc53 std::unique_ptr<Surface> OhosSurfaceSoftware::CreateGPUSurface() in CreateGPUSurface() function in flutter::OhosSurfaceSoftware