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><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/demo/Overview.html">demo</a>::<a href="../../../nw/demo/DebugUtility/Overview.html">DebugUtility</a>::InitializeAutoTest</CODE> 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     bool needCustomTest = false
21);
22</pre>
23    </div>
24    <h2>Arguments</h2>
25    <div class="section">
26      <table class="arguments">
27        <thead>
28          <tr>
29            <td width="15" />
30            <th>Name</th>
31            <td>Description</td>
32          </tr>
33        </thead>
34        <tr>
35          <td>in</td>
36          <th>allocator</th>
37          <td>Allocator used for initialization.</td>
38        </tr>
39        <tr>
40          <td>in</td>
41          <th><CODE>deviceAllocator</CODE></th>
42          <td>The device allocator used to connect Host IO.</td>
43        </tr>
44        <tr>
45          <td />
46          <th>renderSystem</th>
47          <td>
48            </td>
49        </tr>
50        <tr>
51          <td />
52          <th>correctHashDisplay0</th>
53          <td>
54            </td>
55        </tr>
56        <tr>
57          <td />
58          <th>correctHashDisplay1</th>
59          <td>
60            </td>
61        </tr>
62        <tr>
63          <td />
64          <th>needCustomTest</th>
65          <td>
66            </td>
67        </tr> </table>
68    </div>
69    <h2>Return Values</h2>
70    <div class="section">
71                None.
72               </div>
73    <h2>Description</h2>
74    <div class="section">
75      <p>Initializes the auto test.</p><p>Does nothing unless NW_AUTOTEST is defined.</p></div>
76  <hr><p>CONFIDENTIAL</p></body>
77</html>
78