chromium/ui/gl/scoped_egl_image.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/gl/scoped_egl_image.h"

#include "base/logging.h"
#include "ui/gl/egl_util.h"
#include "ui/gl/gl_bindings.h"
#include "ui/gl/gl_surface_egl.h"

namespace gl {

ScopedEGLImage MakeScopedEGLImage(EGLContext context,
                                  EGLenum target,
                                  EGLClientBuffer buffer,
                                  const EGLint* attrs) {}

EGLImageKHR DeleteEGLImageTraits::InvalidValue() {}

void DeleteEGLImageTraits::Free(EGLImageKHR image) {}

}  // namespace gl