Home
last modified time | relevance | path

Searched defs:surface_ (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/engine/flutter/shell/common/
Dsurface.h36 sk_sp<SkSurface> surface_; variable
Drasterizer.h402 std::unique_ptr<Surface> surface_; variable
/third_party/flutter/engine/flutter/shell/platform/ohos/
Dohos_surface_software.h57 OHOS::sptr<OHOS::Surface> surface_ = nullptr; variable
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.h42 EGLSurface surface_; variable
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_surface.h39 VulkanHandle<VkSurfaceKHR> surface_; variable
Dvulkan_window.h52 std::unique_ptr<VulkanSurface> surface_; variable
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.h78 std::unique_ptr<Surface> surface_; variable
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc133 EGLSurface surface_; member in gpu::gles2::__anon391b46840111::GLImageDXGISharedHandle
/third_party/vk-gl-cts/framework/egl/
DegluCallLogWrapper.cpp212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {} in EGLSurfaceFmt()