PVRTError_8h.html 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>PowerVR SDK</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. <table width="100%">
  7. <tr>
  8. <td width="33%">
  9. <p align="left">&nbsp;<a href="http://www.imgtec.com"><img border="0" src="IMGLogo.jpg" width="200" height="30"></a></p>
  10. </td>
  11. <td width="33%">
  12. <p align="center"><font color="#808080" face="Arial" size="2">PowerVR Software Development Kit</a></font></p>
  13. </td>
  14. <td width="34%">
  15. <p align="right"><a href="http://www.powervr.com"><img border="0" src="PVRlogo.jpg" width="200" height="27"></a></p>
  16. </td>
  17. </tr>
  18. </table>
  19. <hr>
  20. </head><body>
  21. <!-- Generated by Doxygen 1.3.6 -->
  22. <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
  23. <h1>PVRTError.h File Reference</h1><code>#include &lt;stdio.h&gt;</code><br>
  24. <p>
  25. Include dependency graph for PVRTError.h:<p><center><img src="PVRTError_8h__incl.png" border="0" usemap="#PVRTError.h_map" alt="Include dependency graph"></center>
  26. <p>
  27. This graph shows which files directly or indirectly include this file:<p><center><img src="PVRTError_8h__dep__incl.png" border="0" usemap="#PVRTError.hdep_map" alt="Included by dependency graph"></center>
  28. <map name="PVRTError.hdep_map">
  29. <area href="PVRTVertex_8h.html" shape="rect" coords="97,156,204,183" alt="">
  30. <area href="OGLES2Tools_8h.html" shape="rect" coords="345,7,463,33" alt="">
  31. <area href="PVRTModelPOD_8h.html" shape="rect" coords="183,81,316,108" alt="">
  32. <area href="PVRTBackground_8h.html" shape="rect" coords="279,156,417,183" alt="">
  33. <area href="PVRTPrint3D_8h.html" shape="rect" coords="441,156,553,183" alt="">
  34. <area href="PVRTTextureAPI_8h.html" shape="rect" coords="577,156,711,183" alt="">
  35. <area href="PVRTShader_8h.html" shape="rect" coords="492,81,601,108" alt="">
  36. <area href="PVRTPFXParser_8h.html" shape="rect" coords="625,81,759,108" alt="">
  37. <area href="PVRTPFXParserAPI_8h.html" shape="rect" coords="783,81,937,108" alt="">
  38. </map>
  39. <p>
  40. <a href="PVRTError_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
  41. <tr><td></td></tr>
  42. <tr><td colspan=2><br><h2>Defines</h2></td></tr>
  43. <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="PVRTError_8h.html#a0">PVRTERROR_OUTPUT_DEBUG</a>(A)</td></tr>
  44. <tr><td colspan=2><br><h2>Enumerations</h2></td></tr>
  45. <tr><td class="memItemLeft" nowrap align=right valign=top>enum &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="PVRTError_8h.html#a5">EPVRTError</a> { <a class="el" href="PVRTError_8h.html#a5a1">PVR_SUCCESS</a> = 0,
  46. <a class="el" href="PVRTError_8h.html#a5a2">PVR_FAIL</a> = 1,
  47. <a class="el" href="PVRTError_8h.html#a5a3">PVR_OVERFLOW</a> = 2
  48. }</td></tr>
  49. <tr><td colspan=2><br><h2>Functions</h2></td></tr>
  50. <tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="PVRTError_8h.html#a4">PVRTErrorOutputDebug</a> (char const *const format,...)</td></tr>
  51. </table>
  52. <hr><h2>Define Documentation</h2>
  53. <a class="anchor" name="a0" doxytag="PVRTError.h::PVRTERROR_OUTPUT_DEBUG" ></a><p>
  54. <br><br><h3>PVRTERROR_OUTPUT_DEBUG</h3><br><div>
  55. <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  56. <tr>
  57. <td class="mdRow">
  58. <table cellpadding="0" cellspacing="0" border="0">
  59. <tr>
  60. <td class="md" nowrap valign="top"> #define PVRTERROR_OUTPUT_DEBUG</td>
  61. <td class="md" valign="top">(&nbsp;</td>
  62. <td class="md" nowrap valign="top">A&nbsp;</td>
  63. <td class="mdname1" valign="top" nowrap> </td>
  64. <td class="md" valign="top">&nbsp;)&nbsp;</td>
  65. <td class="md" nowrap>
  66. </table>
  67. </td>
  68. </tr>
  69. </table>
  70. <table cellspacing=5 cellpadding=0 border=0>
  71. <tr>
  72. <td>
  73. &nbsp;
  74. </td>
  75. <td>
  76. <p>
  77. Outputs a string to the standard error if built for debugging. </td>
  78. </tr>
  79. </table>
  80. <hr><h2>Enumeration Type Documentation</h2>
  81. <a class="anchor" name="a5" doxytag="PVRTError.h::EPVRTError" ></a><p>
  82. <br><br><h3>EPVRTError</h3><br><div>
  83. <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  84. <tr>
  85. <td class="mdRow">
  86. <table cellpadding="0" cellspacing="0" border="0">
  87. <tr>
  88. <td class="md" nowrap valign="top"> enum <a class="el" href="PVRTError_8h.html#a5">EPVRTError</a>
  89. </table>
  90. </td>
  91. </tr>
  92. </table>
  93. <table cellspacing=5 cellpadding=0 border=0>
  94. <tr>
  95. <td>
  96. &nbsp;
  97. </td>
  98. <td>
  99. <p>
  100. Enum error codes <dl compact><dt><b>Enumeration values: </b></dt><dd>
  101. <table border=0 cellspacing=2 cellpadding=0>
  102. <tr><td valign=top><em><a class="anchor" name="a5a1" doxytag="PVR_SUCCESS" ></a>PVR_SUCCESS</em>&nbsp;</td><td>
  103. </td></tr>
  104. <tr><td valign=top><em><a class="anchor" name="a5a2" doxytag="PVR_FAIL" ></a>PVR_FAIL</em>&nbsp;</td><td>
  105. </td></tr>
  106. <tr><td valign=top><em><a class="anchor" name="a5a3" doxytag="PVR_OVERFLOW" ></a>PVR_OVERFLOW</em>&nbsp;</td><td>
  107. </td></tr>
  108. </table>
  109. </dl>
  110. </td>
  111. </tr>
  112. </table>
  113. <hr><h2>Function Documentation</h2>
  114. <a class="anchor" name="a4" doxytag="PVRTError.h::PVRTErrorOutputDebug" ></a><p>
  115. <br><br><h3>PVRTErrorOutputDebug</h3><br><div>
  116. <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  117. <tr>
  118. <td class="mdRow">
  119. <table cellpadding="0" cellspacing="0" border="0">
  120. <tr>
  121. <td class="md" nowrap valign="top"> void PVRTErrorOutputDebug </td>
  122. <td class="md" valign="top">(&nbsp;</td>
  123. <td class="md" nowrap valign="top">char const *const&nbsp;</td>
  124. <td class="mdname" nowrap> <em>format</em>, </td>
  125. </tr>
  126. <tr>
  127. <td class="md" nowrap align="right"></td>
  128. <td></td>
  129. <td class="md" nowrap>...&nbsp;</td>
  130. <td class="mdname" nowrap></td>
  131. </tr>
  132. <tr>
  133. <td></td>
  134. <td class="md">)&nbsp;</td>
  135. <td class="md" colspan="2"></td>
  136. </tr>
  137. </table>
  138. </td>
  139. </tr>
  140. </table>
  141. <table cellspacing=5 cellpadding=0 border=0>
  142. <tr>
  143. <td>
  144. &nbsp;
  145. </td>
  146. <td>
  147. <p>
  148. <dl compact><dt><b>Inputs:</b></dt><dd>
  149. <table border="0" cellspacing="2" cellpadding="0">
  150. <tr><td valign=top><em>format</em>&nbsp;</td><td>printf style format followed by arguments it requires </td></tr>
  151. </table>
  152. </dl>
  153. <dl compact><dt><b>Description:</b></dt><dd>Outputs a string to the standard error. </dd></dl>
  154. </td>
  155. </tr>
  156. </table>
  157. <br>
  158. <br>
  159. <P align=left><FONT size=2><STRONG><A
  160. href="http://www.imgtec.com/powervr/insider/legal/index.asp">Copyright</A> ©
  161. 1999-2008, Imagination Technologies Ltd.</STRONG></FONT></P>
  162. <hr>
  163. <address style="align: left;"><small><FONT color=f0f>
  164. Generated by <a href="http://www.doxygen.org/index.html">DOXYGEN</a> 1.3.6</small></address>
  165. </body>
  166. </html>