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