• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3    <!-- Should actually use PHP features & import stylesheet - see
4         OpenGL ES top.php for example -->
5    <title>EGL Reference Pages</title>
6    <style xmlns="" type="text/css">
7        body {
8            background-image:url(headBackground.jpg) no-repeat;
9        }
10        p {
11            font-family:verdana,sans-serif; font-size:80%; color: white;
12            margin-top:0px; margin-bottom:0px; position:absolute;
13            bottom:2px; left:5px;
14        }
15        a:link, a:visited { text-decoration:none; color:white}
16        h1 {
17            font: bold 1.4em verdana,sans-serif; text-align: left;
18            color: black; margin-top:10px; margin-bottom:3px;
19            padding-top:0px; padding-bottom:0px;
20        }
21        #search {
22            position:absolute; top:15px; right: 20px; margin: 0; padding: 0;
23        }
24        #search fieldset {
25            border: 0; margin: 0; padding: 0;
26        }
27    </style>
28</head>
29<body background="headBackground.jpg">
30        <h1>&nbsp; <!-- <img src="html/EGL_300.jpg" alt="" width="50" height="50" border="0" align="middle">--> EGL Reference Pages</h1>
31        <div id="search">
32    <!-- search not supported yet
33        <fieldset>
34        <form method="get" action="/opencl/search/opencl_1_2/swish.cgi" enctype="application/x-www-form-urlencoded" class="form" target="pagedisplay">
35        <input maxlength="200" value="processor" size="15" type="text" name="query" />
36        <input value="Search!" type="submit" name="submit" />
37        </fieldset>
38    -->
39        </div>
40        <p><a href="http://www.khronos.org/egl/" target="EGL">More EGL Info</a>
41            &nbsp;&nbsp;&nbsp; <a href="http://www.khronos.org/registry/egl/" target="EGL Specification">EGL Specification</a> >
42            &nbsp;&nbsp;&nbsp; <a href="http://www.khronos.org/files/egl-1-4-quick-reference-card.pdf" target="EGL Quick Reference">EGL Quick Reference Card</a>
43        </p>
44
45        </body>
46</html>
47