Blame gst-libs/gst/gl/glprototypes/eglimage.h

Packit 0652a1
/*
Packit 0652a1
 * GStreamer
Packit 0652a1
 * Copyright (C) 2012 Matthew Waters <ystreet00@gmail.com>
Packit 0652a1
 *
Packit 0652a1
 * This library is free software; you can redistribute it and/or
Packit 0652a1
 * modify it under the terms of the GNU Library General Public
Packit 0652a1
 * License as published by the Free Software Foundation; either
Packit 0652a1
 * version 2 of the License, or (at your option) any later version.
Packit 0652a1
 *
Packit 0652a1
 * This library is distributed in the hope that it will be useful,
Packit 0652a1
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 0652a1
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 0652a1
 * Library General Public License for more details.
Packit 0652a1
 *
Packit 0652a1
 * You should have received a copy of the GNU Library General Public
Packit 0652a1
 * License along with this library; if not, write to the
Packit 0652a1
 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Packit 0652a1
 * Boston, MA 02110-1301, USA.
Packit 0652a1
 */
Packit 0652a1
/*
Packit 0652a1
 * Cogl
Packit 0652a1
 *
Packit 0652a1
 * An object oriented GL/GLES Abstraction/Utility Layer
Packit 0652a1
 *
Packit 0652a1
 * Copyright (C) 2009, 2011 Intel Corporation.
Packit 0652a1
 *
Packit 0652a1
 * This library is free software; you can redistribute it and/or
Packit 0652a1
 * modify it under the terms of the GNU Lesser General Public
Packit 0652a1
 * License as published by the Free Software Foundation; either
Packit 0652a1
 * version 2 of the License, or (at your option) any later version.
Packit 0652a1
 *
Packit 0652a1
 * This library is distributed in the hope that it will be useful,
Packit 0652a1
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 0652a1
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 0652a1
 * Lesser General Public License for more details.
Packit 0652a1
 *
Packit 0652a1
 * You should have received a copy of the GNU Lesser General Public
Packit 0652a1
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
Packit 0652a1
 */
Packit 0652a1
Packit 0652a1
GST_GL_EXT_BEGIN (EGL_image,
Packit 0652a1
                GST_GL_API_NONE,
Packit 0652a1
                255, 255,
Packit 0652a1
                255, 255, /* not in either GLES */
Packit 0652a1
                "OES\0",
Packit 0652a1
                "EGL_image\0")
Packit 0652a1
GST_GL_EXT_FUNCTION (void, EGLImageTargetTexture2D,
Packit 0652a1
                     (GLenum           target,
Packit 0652a1
                      GLeglImageOES    image))
Packit 0652a1
GST_GL_EXT_FUNCTION (void, EGLImageTargetRenderbufferStorage,
Packit 0652a1
                     (GLenum           target,
Packit 0652a1
                      GLeglImageOES    image))
Packit 0652a1
GST_GL_EXT_END ()