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>nngxAddBlockImageCopyCommandRaw </title> 8 </head> 9 <body> 10 <h1><CODE>nngxAddBlockImageCopyCommandRaw</CODE> Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NNGX_APICALL void NNGX_APIENTRY nngxAddBlockImageCopyCommandRaw( 15 <a href="../nngxCommandList/Overview.html">nngxCommandList</a> * cmdlist, 16 const GLvoid * srcaddr, 17 GLsizei srcunit, 18 GLsizei srcinterval, 19 GLvoid * dstaddr, 20 GLsizei dstunit, 21 GLsizei dstinterval, 22 GLsizei totalsize 23); 24</pre> 25 </div> 26 <h2>Parameters</h2> 27 <div class="section"> 28 <table class="arguments"> 29 <thead> 30 <tr> 31 <td width="15" /> 32 <th>Name</th> 33 <td>Description</td> 34 </tr> 35 </thead> 36 <tr> 37 <td>in</td> 38 <th><CODE>cmdlist</CODE> </th> 39 <td>The target command list object.</td> 40 </tr> 41 <tr> 42 <td>in</td> 43 <th><CODE>srcaddr</CODE> </th> 44 <td>Transfer source start address.</td> 45 </tr> 46 <tr> 47 <td>in</td> 48 <th><CODE>srcunit</CODE> </th> 49 <td>Transfer source read unit size (in bytes).</td> 50 </tr> 51 <tr> 52 <td>in</td> 53 <th><CODE>srcinterval</CODE> </th> 54 <td>Transfer source skip size (in bytes).</td> 55 </tr> 56 <tr> 57 <td>out</td> 58 <th><CODE>dstaddr</CODE> </th> 59 <td>Transfer destination start address.</td> 60 </tr> 61 <tr> 62 <td>in</td> 63 <th><CODE>dstunit</CODE> </th> 64 <td>Transfer destination write unit size (in bytes).</td> 65 </tr> 66 <tr> 67 <td>in</td> 68 <th><CODE>dstinterval</CODE> </th> 69 <td>Transfer destination skip size (in bytes).</td> 70 </tr> 71 <tr> 72 <td>in</td> 73 <th><CODE>totalsize</CODE> </th> 74 <td>Total transfer size in bytes (multiple of 16).</td> 75 </tr> </table> 76 </div> 77 <h2>Return Values</h2> 78 <div class="section">No values are returned. </div> 79 <h2>Description</h2> 80 <div class="section"> 81 <p>Adds a command to the specified command list to transfer a block image.</p>This is the directly specified command list version of <CODE><a href="../nn_gx/nngxAddBlockImageCopyCommand.html">nngxAddBlockImageCopyCommand</a></CODE>.</div> 82 <h2>Revision History</h2> 83 <div class="section"> 84 <dl class="history"> 85 <dt>2012/05/09</dt> 86 <dd>Initial version. <br /> 87 </dd> 88 </dl> 89 </div> 90 <hr><p>CONFIDENTIAL</p></body> 91</html>