1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>G3_EndMakeDL</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">G3_EndMakeDL <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15 <PRE><CODE>#include <nitro/gx/g3.h><BR> 16u32 G3_EndMakeDL(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info);</CODE></PRE> 17</DL> 18<H2>Arguments</H2> 19<TABLE border="1" width="100%"> 20 <TBODY> 21 <TR> 22 <TD width="208"><EM><STRONG><FONT face="Courier New">info</FONT></STRONG></EM></TD> 23 <TD width="945">Pointer to <code><A href="../gx/GXDLInfo.html">GXDLInfo</A></code> structure</TD> 24 </TR> 25 </TBODY> 26</TABLE> 27<H2>Return Values</H2> 28<P>Size of the created display list (in bytes).</P> 29<H2>Description</H2> 30<P>This function is called after creating the display list. It performs padding operations internally and returns the display list size. Since this function does not flush the cache, run <CODE><A href="../../os/cache/DC_FlushRange.html" target="_self">DC_FlushRange</A></CODE> after this function to reliably save the cache region with the display list into main memory.</P> 31<H2>See Also</H2> 32<P><A href="G3_BeginMakeDL.html">G3_BeginMakeDL</A>, <A href="../../os/cache/DC_FlushRange.html" target="_self">DC_FlushRange</A>, <A href="../../mi/dma/MI_SendGXCommand.html" target="_self">MI_SendGXCommand</A></P> 33<H2>Revision History</H2> 34<P>2004/01/19 Initial version.</P> 35<hr><p>CONFIDENTIAL</p></body> 36</HTML> 37