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