1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>InitializeAutoTest</title> 8 </head> 9 <body> 10 <h1>nw::demo::DebugUtility::InitializeAutoTest Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14static void InitializeAutoTest( 15 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator, 16 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * deviceAllocator, 17 <a href="../../../nw/demo/RenderSystem/Overview.html">nw::demo::RenderSystem</a> ** renderSystem, 18 const <span>u32</span> * correctHashDisplay0 = NULL, 19 const <span>u32</span> * correctHashDisplay1 = NULL 20); 21</pre> 22 </div> 23 <h2>Arguments</h2> 24 <div class="section"> 25 <table class="arguments"> 26 <thead> 27 <tr> 28 <td width="15" /> 29 <th>Name</th> 30 <td>Description</td> 31 </tr> 32 </thead> 33 <tr> 34 <td>in</td> 35 <th>allocator</th> 36 <td>Allocator used for initialization.</td> 37 </tr> 38 <tr> 39 <td>in</td> 40 <th><CODE>deviceAllocator</CODE></th> 41 <td>The device allocator used to connect Host IO.</td> 42 </tr> 43 <tr> 44 <td /> 45 <th>renderSystem</th> 46 <td> 47 </td> 48 </tr> 49 <tr> 50 <td /> 51 <th>correctHashDisplay0</th> 52 <td> 53 </td> 54 </tr> 55 <tr> 56 <td /> 57 <th>correctHashDisplay1</th> 58 <td> 59 </td> 60 </tr> </table> 61 </div> 62 <h2>Return Values</h2> 63 <div class="section"> 64 None. 65 </div> 66 <h2>Description</h2> 67 <div class="section"> 68 <p>Initializes the auto text.</p><p>Does nothing unless NW_AUTOTEST is defined.</p></div> 69 <hr><p>CONFIDENTIAL</p></body> 70</html>