chromium/third_party/angle/src/libANGLE/renderer/vulkan/linux/DisplayVkOffscreen.cpp

//
// Copyright 2023 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// DisplayVkOffscreen.cpp:
//    Implements the class methods for DisplayVkOffscreen.
//

#include "DisplayVkOffscreen.h"

#include "common/debug.h"
#include "libANGLE/renderer/vulkan/vk_caps_utils.h"

namespace rx
{

DisplayVkOffscreen::DisplayVkOffscreen(const egl::DisplayState &state) :{}

bool DisplayVkOffscreen::isValidNativeWindow(EGLNativeWindowType window) const
{}

SurfaceImpl *DisplayVkOffscreen::createWindowSurfaceVk(const egl::SurfaceState &state,
                                                       EGLNativeWindowType window)
{}

egl::ConfigSet DisplayVkOffscreen::generateConfigs()
{}

void DisplayVkOffscreen::checkConfigSupport(egl::Config *config) {}

const char *DisplayVkOffscreen::getWSIExtension() const
{}

bool IsVulkanOffscreenDisplayAvailable()
{}

DisplayImpl *CreateVulkanOffscreenDisplay(const egl::DisplayState &state)
{}

}  // namespace rx