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