• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3                            "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4<refentry xml:base="" id="eglGetCurrentDisplay">
5    <refentryinfo>
6         <copyright>
7             <year>2003-2014</year>
8             <holder>The Khronos Group Inc.</holder>
9         </copyright>
10    </refentryinfo>
11    <refmeta>
12        <refentrytitle>eglGetCurrentDisplay</refentrytitle>
13        <manvolnum>3G</manvolnum>
14    </refmeta>
15    <refnamediv>
16        <refname>eglGetCurrentDisplay</refname>
17        <refpurpose>
18            return the display for the current <acronym>EGL</acronym> rendering context
19        </refpurpose>
20    </refnamediv>
21    <refsynopsisdiv>
22        <title>C Specification</title>
23        <funcsynopsis>
24            <funcprototype>
25                <funcdef>EGLDisplay <function>eglGetCurrentDisplay</function></funcdef>
26                <void/>
27            </funcprototype>
28        </funcsynopsis>
29    </refsynopsisdiv>
30    <refsect1 id="description"><title>Description</title>
31        <para>
32            <function>eglGetCurrentDisplay</function> returns the current
33            <acronym>EGL</acronym> display connection for the current
34            <acronym>EGL</acronym> rendering context, as specified by
35            <citerefentry><refentrytitle>eglMakeCurrent</refentrytitle></citerefentry>.
36            If no context is current, <constant>EGL_NO_DISPLAY</constant> is returned.
37        </para>
38    </refsect1>
39    <refsect1 id="seealso"><title>See Also</title>
40        <para>
41            <citerefentry><refentrytitle>eglGetDisplay</refentrytitle></citerefentry>,
42            <citerefentry><refentrytitle>eglInitialize</refentrytitle></citerefentry>,
43            <citerefentry><refentrytitle>eglMakeCurrent</refentrytitle></citerefentry>    </para>
44    </refsect1>
45    <refsect3 id="Copyright"><title></title>
46        <!-- Content included from copyright.inc.xsl -->
47        <imageobject>
48                <imagedata fileref="KhronosLogo.jpg" format="jpg" />
49        </imageobject>
50        <para />
51    </refsect3>
52</refentry>
53