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>nngxAddB2LTransferCommandRaw </title> 8 </head> 9 <body> 10 <h1><CODE>nngxAddB2LTransferCommandRaw</CODE> Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NNGX_APICALL void NNGX_APIENTRY nngxAddB2LTransferCommandRaw( 15 <a href="../nngxCommandList/Overview.html">nngxCommandList</a> * cmdlist, 16 const GLvoid * srcaddr, 17 GLsizei srcwidth, 18 GLsizei srcheight, 19 GLenum srcformat, 20 GLvoid * dstaddr, 21 GLsizei dstwidth, 22 GLsizei dstheight, 23 GLenum dstformat, 24 GLenum aamode, 25 GLboolean yflip, 26 GLsizei blocksize 27); 28</pre> 29 </div> 30 <h2>Arguments</h2> 31 <div class="section"> 32 <table class="arguments"> 33 <thead> 34 <tr> 35 <td width="15" /> 36 <th>Name</th> 37 <td>Description</td> 38 </tr> 39 </thead> 40 <tr> 41 <td>in</td> 42 <th><CODE>cmdlist</CODE> </th> 43 <td>The target command list object.</td> 44 </tr> 45 <tr> 46 <td>in</td> 47 <th><CODE>srcaddr</CODE> </th> 48 <td>Transfer source block image address.</td> 49 </tr> 50 <tr> 51 <td>in</td> 52 <th><CODE>srcwidth</CODE> </th> 53 <td>Transfer source image width.</td> 54 </tr> 55 <tr> 56 <td>in</td> 57 <th><CODE>srcheight</CODE> </th> 58 <td>Transfer source image height.</td> 59 </tr> 60 <tr> 61 <td>in</td> 62 <th><CODE>srcformat</CODE> </th> 63 <td>Transfer source image pixel format.</td> 64 </tr> 65 <tr> 66 <td>out</td> 67 <th><CODE>dstaddr</CODE> </th> 68 <td>Transfer destination linear image storage address.</td> 69 </tr> 70 <tr> 71 <td>in</td> 72 <th><CODE>dstwidth</CODE> </th> 73 <td>Transfer destination image width.</td> 74 </tr> 75 <tr> 76 <td>in</td> 77 <th><CODE>dstheight</CODE> </th> 78 <td>Transfer destination image height.</td> 79 </tr> 80 <tr> 81 <td>in</td> 82 <th><CODE>dstformat</CODE> </th> 83 <td>Transfer destination image pixel format.</td> 84 </tr> 85 <tr> 86 <td>in</td> 87 <th><CODE>aamode</CODE> </th> 88 <td>Anti-alias filter mode.</td> 89 </tr> 90 <tr> 91 <td>in</td> 92 <th><CODE>yflip</CODE> </th> 93 <td>Whether to flip vertically when transferring images.</td> 94 </tr> 95 <tr> 96 <td>in</td> 97 <th><CODE>blocksize</CODE> </th> 98 <td>Block image block size (<CODE>8</CODE> or <CODE>32</CODE>).</td> 99 </tr> </table> 100 </div> 101 <h2>Return Values</h2> 102 <div class="section">No values are returned. </div> 103 <h2>Description</h2> 104 <div class="section"> 105 <p>Adds a command to the specified command list to convert a block image to a linear image and then transfer it.</p>This is the directly specified command list version of <CODE><a href="../nn_gx/nngxAddB2LTransferCommand.html">nngxAddB2LTransferCommand</a></CODE>.</div> 106 <h2>Revision History</h2> 107 <div class="section"> 108 <dl class="history"> 109 <dt>2012/05/09</dt> 110 <dd>Initial version. <br /> 111 </dd> 112 </dl> 113 </div> 114 <hr><p>CONFIDENTIAL</p></body> 115</html>