// // Copyright 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. // // DmaBufImageSiblingEGL.h: Defines the DmaBufImageSiblingEGL to wrap EGL images // created from dma_buf objects #ifndef LIBANGLE_RENDERER_GL_EGL_DMABUFIMAGESIBLINGEGL_H_ #define LIBANGLE_RENDERER_GL_EGL_DMABUFIMAGESIBLINGEGL_H_ #include "libANGLE/renderer/gl/egl/ExternalImageSiblingEGL.h" namespace rx { class DmaBufImageSiblingEGL : public ExternalImageSiblingEGL { … }; } // namespace rx #endif // LIBANGLE_RENDERER_GL_EGL_DMABUFIMAGESIBLINGEGL_H_