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>nngxAddMemoryFillCommandRaw </title> 8 </head> 9 <body> 10 <h1><CODE>nngxAddMemoryFillCommandRaw</CODE> Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NNGX_APICALL void NNGX_APIENTRY nngxAddMemoryFillCommandRaw( 15 <a href="../nngxCommandList/Overview.html">nngxCommandList</a> * cmdlist, 16 GLvoid * startaddr0, 17 GLsizei size0, 18 GLuint data0, 19 GLsizei width0, 20 GLvoid * startaddr1, 21 GLsizei size1, 22 GLuint data1, 23 GLsizei width1 24); 25</pre> 26 </div> 27 <h2>Arguments</h2> 28 <div class="section"> 29 <table class="arguments"> 30 <thead> 31 <tr> 32 <td width="15" /> 33 <th>Name</th> 34 <td>Description</td> 35 </tr> 36 </thead> 37 <tr> 38 <td>in</td> 39 <th><CODE>cmdlist</CODE> </th> 40 <td>The target command list object.</td> 41 </tr> 42 <tr> 43 <td>in</td> 44 <th><CODE>startaddr0</CODE> </th> 45 <td>Start address of the memory region to fill (channel 0).</td> 46 </tr> 47 <tr> 48 <td>in</td> 49 <th><CODE>size0</CODE> </th> 50 <td>Size in bytes to fill (channel 0).</td> 51 </tr> 52 <tr> 53 <td>in</td> 54 <th><CODE>data0</CODE> </th> 55 <td>Fill data to use (channel 0).</td> 56 </tr> 57 <tr> 58 <td>in</td> 59 <th><CODE>width0</CODE> </th> 60 <td>Bit width of the fill pattern (16, 24, or 32) (channel 0).</td> 61 </tr> 62 <tr> 63 <td>in</td> 64 <th><CODE>startaddr1</CODE> </th> 65 <td>Start address of the memory region to fill (channel 1).</td> 66 </tr> 67 <tr> 68 <td>in</td> 69 <th><CODE>size1</CODE> </th> 70 <td>Size in bytes to fill (channel 1).</td> 71 </tr> 72 <tr> 73 <td>in</td> 74 <th><CODE>data1</CODE> </th> 75 <td>Fill data to use (channel 1).</td> 76 </tr> 77 <tr> 78 <td>in</td> 79 <th><CODE>width1</CODE> </th> 80 <td>Bit width of the fill pattern (16, 24, or 32) (channel 1).</td> 81 </tr> </table> 82 </div> 83 <h2>Return Values</h2> 84 <div class="section">No values are returned. </div> 85 <h2>Description</h2> 86 <div class="section"> 87 <p>Adds a memory-fill command to the specified command list.</p>This is the directly specified command list version of <CODE><a href="../nn_gx/nngxAddMemoryFillCommand.html">nngxAddMemoryFillCommand</a></CODE>.</div> 88 <h2>Revision History</h2> 89 <div class="section"> 90 <dl class="history"> 91 <dt>2012/05/09</dt> 92 <dd>Initial version. <br /> 93 </dd> 94 </dl> 95 </div> 96 <hr><p>CONFIDENTIAL</p></body> 97</html>