<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_17) on Mon Dec 02 20:33:01 CET 2013 --> <title>CL10 (LWJGL API)</title> <meta name="date" content="2013-12-02"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CL10 (LWJGL API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CL10.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/lwjgl/opencl/CL10.html" target="_top">Frames</a></li> <li><a href="CL10.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li><a href="#field_summary">Field</a> | </li> <li>Constr | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field_detail">Field</a> | </li> <li>Constr | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.lwjgl.opencl</div> <h2 title="Class CL10" class="title">Class CL10</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.lwjgl.opencl.CL10</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="strong">CL10</span> extends java.lang.Object</pre> <div class="block">The core OpenCL 1.0 API</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_A">CL_A</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_ADDRESS_CLAMP">CL_ADDRESS_CLAMP</a></strong></code> <div class="block">cl_addressing_mode</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_ADDRESS_CLAMP_TO_EDGE">CL_ADDRESS_CLAMP_TO_EDGE</a></strong></code> <div class="block">cl_addressing_mode</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_ADDRESS_NONE">CL_ADDRESS_NONE</a></strong></code> <div class="block">cl_addressing_mode</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_ADDRESS_REPEAT">CL_ADDRESS_REPEAT</a></strong></code> <div class="block">cl_addressing_mode</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_ARGB">CL_ARGB</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_BGRA">CL_BGRA</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_BUILD_ERROR">CL_BUILD_ERROR</a></strong></code> <div class="block">cl_build_status</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_BUILD_IN_PROGRESS">CL_BUILD_IN_PROGRESS</a></strong></code> <div class="block">cl_build_status</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_BUILD_NONE">CL_BUILD_NONE</a></strong></code> <div class="block">cl_build_status</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_BUILD_PROGRAM_FAILURE">CL_BUILD_PROGRAM_FAILURE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_BUILD_SUCCESS">CL_BUILD_SUCCESS</a></strong></code> <div class="block">cl_build_status</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_ACQUIRE_GL_OBJECTS">CL_COMMAND_ACQUIRE_GL_OBJECTS</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_BUFFER">CL_COMMAND_COPY_BUFFER</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_BUFFER_TO_IMAGE">CL_COMMAND_COPY_BUFFER_TO_IMAGE</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_IMAGE">CL_COMMAND_COPY_IMAGE</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_IMAGE_TO_BUFFER">CL_COMMAND_COPY_IMAGE_TO_BUFFER</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_MAP_BUFFER">CL_COMMAND_MAP_BUFFER</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_MAP_IMAGE">CL_COMMAND_MAP_IMAGE</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_MARKER">CL_COMMAND_MARKER</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_NATIVE_KERNEL">CL_COMMAND_NATIVE_KERNEL</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_NDRANGE_KERNEL">CL_COMMAND_NDRANGE_KERNEL</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_READ_BUFFER">CL_COMMAND_READ_BUFFER</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_READ_IMAGE">CL_COMMAND_READ_IMAGE</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_RELEASE_GL_OBJECTS">CL_COMMAND_RELEASE_GL_OBJECTS</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_TASK">CL_COMMAND_TASK</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_UNMAP_MEM_OBJECT">CL_COMMAND_UNMAP_MEM_OBJECT</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_WRITE_BUFFER">CL_COMMAND_WRITE_BUFFER</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMMAND_WRITE_IMAGE">CL_COMMAND_WRITE_IMAGE</a></strong></code> <div class="block">cl_command_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMPILER_NOT_AVAILABLE">CL_COMPILER_NOT_AVAILABLE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_COMPLETE">CL_COMPLETE</a></strong></code> <div class="block">command execution status</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_CONTEXT_DEVICES">CL_CONTEXT_DEVICES</a></strong></code> <div class="block">cl_context_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_CONTEXT_PLATFORM">CL_CONTEXT_PLATFORM</a></strong></code> <div class="block">cl_context_info + cl_context_properties</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_CONTEXT_PROPERTIES">CL_CONTEXT_PROPERTIES</a></strong></code> <div class="block">cl_context_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_CONTEXT_REFERENCE_COUNT">CL_CONTEXT_REFERENCE_COUNT</a></strong></code> <div class="block">cl_context_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_ADDRESS_BITS">CL_DEVICE_ADDRESS_BITS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_AVAILABLE">CL_DEVICE_AVAILABLE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_COMPILER_AVAILABLE">CL_DEVICE_COMPILER_AVAILABLE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_ENDIAN_LITTLE">CL_DEVICE_ENDIAN_LITTLE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_ERROR_CORRECTION_SUPPORT">CL_DEVICE_ERROR_CORRECTION_SUPPORT</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_EXECUTION_CAPABILITIES">CL_DEVICE_EXECUTION_CAPABILITIES</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_EXTENSIONS">CL_DEVICE_EXTENSIONS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHE_SIZE">CL_DEVICE_GLOBAL_MEM_CACHE_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHE_TYPE">CL_DEVICE_GLOBAL_MEM_CACHE_TYPE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE">CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_SIZE">CL_DEVICE_GLOBAL_MEM_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE_SUPPORT">CL_DEVICE_IMAGE_SUPPORT</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE2D_MAX_HEIGHT">CL_DEVICE_IMAGE2D_MAX_HEIGHT</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE2D_MAX_WIDTH">CL_DEVICE_IMAGE2D_MAX_WIDTH</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_DEPTH">CL_DEVICE_IMAGE3D_MAX_DEPTH</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_HEIGHT">CL_DEVICE_IMAGE3D_MAX_HEIGHT</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_WIDTH">CL_DEVICE_IMAGE3D_MAX_WIDTH</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_LOCAL_MEM_SIZE">CL_DEVICE_LOCAL_MEM_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_LOCAL_MEM_TYPE">CL_DEVICE_LOCAL_MEM_TYPE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CLOCK_FREQUENCY">CL_DEVICE_MAX_CLOCK_FREQUENCY</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_COMPUTE_UNITS">CL_DEVICE_MAX_COMPUTE_UNITS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CONSTANT_ARGS">CL_DEVICE_MAX_CONSTANT_ARGS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE">CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_MEM_ALLOC_SIZE">CL_DEVICE_MAX_MEM_ALLOC_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_PARAMETER_SIZE">CL_DEVICE_MAX_PARAMETER_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_READ_IMAGE_ARGS">CL_DEVICE_MAX_READ_IMAGE_ARGS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_SAMPLERS">CL_DEVICE_MAX_SAMPLERS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_GROUP_SIZE">CL_DEVICE_MAX_WORK_GROUP_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS">CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_ITEM_SIZES">CL_DEVICE_MAX_WORK_ITEM_SIZES</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WRITE_IMAGE_ARGS">CL_DEVICE_MAX_WRITE_IMAGE_ARGS</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MEM_BASE_ADDR_ALIGN">CL_DEVICE_MEM_BASE_ADDR_ALIGN</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE">CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_NAME">CL_DEVICE_NAME</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_NOT_AVAILABLE">CL_DEVICE_NOT_AVAILABLE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_NOT_FOUND">CL_DEVICE_NOT_FOUND</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PLATFORM">CL_DEVICE_PLATFORM</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_">CL_DEVICE_PREFERRED_VECTOR_WIDTH_</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR">CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE">CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT">CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG">CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT">CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PROFILE">CL_DEVICE_PROFILE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_PROFILING_TIMER_RESOLUTION">CL_DEVICE_PROFILING_TIMER_RESOLUTION</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_QUEUE_PROPERTIES">CL_DEVICE_QUEUE_PROPERTIES</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_SINGLE_FP_CONFIG">CL_DEVICE_SINGLE_FP_CONFIG</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE">CL_DEVICE_TYPE</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_ACCELERATOR">CL_DEVICE_TYPE_ACCELERATOR</a></strong></code> <div class="block">cl_device_type - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_ALL">CL_DEVICE_TYPE_ALL</a></strong></code> <div class="block">cl_device_type - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_CPU">CL_DEVICE_TYPE_CPU</a></strong></code> <div class="block">cl_device_type - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_DEFAULT">CL_DEVICE_TYPE_DEFAULT</a></strong></code> <div class="block">cl_device_type - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_GPU">CL_DEVICE_TYPE_GPU</a></strong></code> <div class="block">cl_device_type - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_VENDOR">CL_DEVICE_VENDOR</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_VENDOR_ID">CL_DEVICE_VENDOR_ID</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DEVICE_VERSION">CL_DEVICE_VERSION</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_DRIVER_VERSION">CL_DRIVER_VERSION</a></strong></code> <div class="block">cl_device_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_EXECUTION_STATUS">CL_EVENT_COMMAND_EXECUTION_STATUS</a></strong></code> <div class="block">cl_event_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_QUEUE">CL_EVENT_COMMAND_QUEUE</a></strong></code> <div class="block">cl_event_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_TYPE">CL_EVENT_COMMAND_TYPE</a></strong></code> <div class="block">cl_event_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_EVENT_REFERENCE_COUNT">CL_EVENT_REFERENCE_COUNT</a></strong></code> <div class="block">cl_event_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_EXEC_KERNEL">CL_EXEC_KERNEL</a></strong></code> <div class="block">cl_device_exec_capabilities - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_EXEC_NATIVE_KERNEL">CL_EXEC_NATIVE_KERNEL</a></strong></code> <div class="block">cl_device_exec_capabilities - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FALSE">CL_FALSE</a></strong></code> <div class="block">cl_bool</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FILTER_LINEAR">CL_FILTER_LINEAR</a></strong></code> <div class="block">cl_filter_mode</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FILTER_NEAREST">CL_FILTER_NEAREST</a></strong></code> <div class="block">cl_filter_mode</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FLOAT">CL_FLOAT</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FP_DENORM">CL_FP_DENORM</a></strong></code> <div class="block">cl_device_fp_config - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FP_FMA">CL_FP_FMA</a></strong></code> <div class="block">cl_device_fp_config - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FP_INF_NAN">CL_FP_INF_NAN</a></strong></code> <div class="block">cl_device_fp_config - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_INF">CL_FP_ROUND_TO_INF</a></strong></code> <div class="block">cl_device_fp_config - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_NEAREST">CL_FP_ROUND_TO_NEAREST</a></strong></code> <div class="block">cl_device_fp_config - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_ZERO">CL_FP_ROUND_TO_ZERO</a></strong></code> <div class="block">cl_device_fp_config - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_GLOBAL">CL_GLOBAL</a></strong></code> <div class="block">cl_device_local_mem_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_HALF_FLOAT">CL_HALF_FLOAT</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_DEPTH">CL_IMAGE_DEPTH</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_ELEMENT_SIZE">CL_IMAGE_ELEMENT_SIZE</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT">CL_IMAGE_FORMAT</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT_MISMATCH">CL_IMAGE_FORMAT_MISMATCH</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT_NOT_SUPPORTED">CL_IMAGE_FORMAT_NOT_SUPPORTED</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_HEIGHT">CL_IMAGE_HEIGHT</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_ROW_PITCH">CL_IMAGE_ROW_PITCH</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_SLICE_PITCH">CL_IMAGE_SLICE_PITCH</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_IMAGE_WIDTH">CL_IMAGE_WIDTH</a></strong></code> <div class="block">cl_image_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INTENSITY">CL_INTENSITY</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_INDEX">CL_INVALID_ARG_INDEX</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_SIZE">CL_INVALID_ARG_SIZE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_VALUE">CL_INVALID_ARG_VALUE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_BINARY">CL_INVALID_BINARY</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_BUFFER_SIZE">CL_INVALID_BUFFER_SIZE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_BUILD_OPTIONS">CL_INVALID_BUILD_OPTIONS</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_COMMAND_QUEUE">CL_INVALID_COMMAND_QUEUE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_CONTEXT">CL_INVALID_CONTEXT</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_DEVICE">CL_INVALID_DEVICE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_DEVICE_TYPE">CL_INVALID_DEVICE_TYPE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_EVENT">CL_INVALID_EVENT</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_EVENT_WAIT_LIST">CL_INVALID_EVENT_WAIT_LIST</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_GL_OBJECT">CL_INVALID_GL_OBJECT</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_GLOBAL_OFFSET">CL_INVALID_GLOBAL_OFFSET</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_GLOBAL_WORK_SIZE">CL_INVALID_GLOBAL_WORK_SIZE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_HOST_PTR">CL_INVALID_HOST_PTR</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_IMAGE_FORMAT_DESCRIPTOR">CL_INVALID_IMAGE_FORMAT_DESCRIPTOR</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_IMAGE_SIZE">CL_INVALID_IMAGE_SIZE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL">CL_INVALID_KERNEL</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_ARGS">CL_INVALID_KERNEL_ARGS</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_DEFINITION">CL_INVALID_KERNEL_DEFINITION</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_NAME">CL_INVALID_KERNEL_NAME</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_MEM_OBJECT">CL_INVALID_MEM_OBJECT</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_MIP_LEVEL">CL_INVALID_MIP_LEVEL</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_OPERATION">CL_INVALID_OPERATION</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_PLATFORM">CL_INVALID_PLATFORM</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_PROGRAM">CL_INVALID_PROGRAM</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_PROGRAM_EXECUTABLE">CL_INVALID_PROGRAM_EXECUTABLE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_QUEUE_PROPERTIES">CL_INVALID_QUEUE_PROPERTIES</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_SAMPLER">CL_INVALID_SAMPLER</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_VALUE">CL_INVALID_VALUE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_DIMENSION">CL_INVALID_WORK_DIMENSION</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_GROUP_SIZE">CL_INVALID_WORK_GROUP_SIZE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_ITEM_SIZE">CL_INVALID_WORK_ITEM_SIZE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_COMPILE_WORK_GROUP_SIZE">CL_KERNEL_COMPILE_WORK_GROUP_SIZE</a></strong></code> <div class="block">cl_kernel_work_group_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_CONTEXT">CL_KERNEL_CONTEXT</a></strong></code> <div class="block">cl_kernel_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_FUNCTION_NAME">CL_KERNEL_FUNCTION_NAME</a></strong></code> <div class="block">cl_kernel_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_LOCAL_MEM_SIZE">CL_KERNEL_LOCAL_MEM_SIZE</a></strong></code> <div class="block">cl_kernel_work_group_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_NUM_ARGS">CL_KERNEL_NUM_ARGS</a></strong></code> <div class="block">cl_kernel_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_PROGRAM">CL_KERNEL_PROGRAM</a></strong></code> <div class="block">cl_kernel_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_REFERENCE_COUNT">CL_KERNEL_REFERENCE_COUNT</a></strong></code> <div class="block">cl_kernel_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_KERNEL_WORK_GROUP_SIZE">CL_KERNEL_WORK_GROUP_SIZE</a></strong></code> <div class="block">cl_kernel_work_group_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_LOCAL">CL_LOCAL</a></strong></code> <div class="block">cl_device_local_mem_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_LUMINANCE">CL_LUMINANCE</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MAP_FAILURE">CL_MAP_FAILURE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MAP_READ">CL_MAP_READ</a></strong></code> <div class="block">cl_map_flags - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MAP_WRITE">CL_MAP_WRITE</a></strong></code> <div class="block">cl_map_flags - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_ALLOC_HOST_PTR">CL_MEM_ALLOC_HOST_PTR</a></strong></code> <div class="block">cl_mem_flags - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_CONTEXT">CL_MEM_CONTEXT</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_COPY_HOST_PTR">CL_MEM_COPY_HOST_PTR</a></strong></code> <div class="block">cl_mem_flags - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_COPY_OVERLAP">CL_MEM_COPY_OVERLAP</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_FLAGS">CL_MEM_FLAGS</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_HOST_PTR">CL_MEM_HOST_PTR</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_MAP_COUNT">CL_MEM_MAP_COUNT</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_ALLOCATION_FAILURE">CL_MEM_OBJECT_ALLOCATION_FAILURE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_BUFFER">CL_MEM_OBJECT_BUFFER</a></strong></code> <div class="block">cl_mem_object_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_IMAGE2D">CL_MEM_OBJECT_IMAGE2D</a></strong></code> <div class="block">cl_mem_object_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_IMAGE3D">CL_MEM_OBJECT_IMAGE3D</a></strong></code> <div class="block">cl_mem_object_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_READ_ONLY">CL_MEM_READ_ONLY</a></strong></code> <div class="block">cl_mem_flags - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_READ_WRITE">CL_MEM_READ_WRITE</a></strong></code> <div class="block">cl_mem_flags - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_REFERENCE_COUNT">CL_MEM_REFERENCE_COUNT</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_SIZE">CL_MEM_SIZE</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_TYPE">CL_MEM_TYPE</a></strong></code> <div class="block">cl_mem_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_USE_HOST_PTR">CL_MEM_USE_HOST_PTR</a></strong></code> <div class="block">cl_mem_flags - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_MEM_WRITE_ONLY">CL_MEM_WRITE_ONLY</a></strong></code> <div class="block">cl_mem_flags - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_NONE">CL_NONE</a></strong></code> <div class="block">cl_device_mem_cache_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_OUT_OF_HOST_MEMORY">CL_OUT_OF_HOST_MEMORY</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_OUT_OF_RESOURCES">CL_OUT_OF_RESOURCES</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PLATFORM_EXTENSIONS">CL_PLATFORM_EXTENSIONS</a></strong></code> <div class="block">cl_platform_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PLATFORM_NAME">CL_PLATFORM_NAME</a></strong></code> <div class="block">cl_platform_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PLATFORM_PROFILE">CL_PLATFORM_PROFILE</a></strong></code> <div class="block">cl_platform_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PLATFORM_VENDOR">CL_PLATFORM_VENDOR</a></strong></code> <div class="block">cl_platform_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PLATFORM_VERSION">CL_PLATFORM_VERSION</a></strong></code> <div class="block">cl_platform_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_END">CL_PROFILING_COMMAND_END</a></strong></code> <div class="block">cl_profiling_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_QUEUED">CL_PROFILING_COMMAND_QUEUED</a></strong></code> <div class="block">cl_profiling_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_START">CL_PROFILING_COMMAND_START</a></strong></code> <div class="block">cl_profiling_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_SUBMIT">CL_PROFILING_COMMAND_SUBMIT</a></strong></code> <div class="block">cl_profiling_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROFILING_INFO_NOT_AVAILABLE">CL_PROFILING_INFO_NOT_AVAILABLE</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_BINARIES">CL_PROGRAM_BINARIES</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_BINARY_SIZES">CL_PROGRAM_BINARY_SIZES</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_LOG">CL_PROGRAM_BUILD_LOG</a></strong></code> <div class="block">cl_program_build_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_OPTIONS">CL_PROGRAM_BUILD_OPTIONS</a></strong></code> <div class="block">cl_program_build_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_STATUS">CL_PROGRAM_BUILD_STATUS</a></strong></code> <div class="block">cl_program_build_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_CONTEXT">CL_PROGRAM_CONTEXT</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_DEVICES">CL_PROGRAM_DEVICES</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_NUM_DEVICES">CL_PROGRAM_NUM_DEVICES</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_REFERENCE_COUNT">CL_PROGRAM_REFERENCE_COUNT</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_PROGRAM_SOURCE">CL_PROGRAM_SOURCE</a></strong></code> <div class="block">cl_program_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUE_CONTEXT">CL_QUEUE_CONTEXT</a></strong></code> <div class="block">cl_command_queue_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUE_DEVICE">CL_QUEUE_DEVICE</a></strong></code> <div class="block">cl_command_queue_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE">CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE</a></strong></code> <div class="block">cl_command_queue_properties - bitfield</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUE_PROFILING_ENABLE">CL_QUEUE_PROFILING_ENABLE</a></strong></code> <div class="block">cl_command_queue_properties - bitfield</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUE_PROPERTIES">CL_QUEUE_PROPERTIES</a></strong></code> <div class="block">cl_command_queue_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUE_REFERENCE_COUNT">CL_QUEUE_REFERENCE_COUNT</a></strong></code> <div class="block">cl_command_queue_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_QUEUED">CL_QUEUED</a></strong></code> <div class="block">command execution status</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_R">CL_R</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_RA">CL_RA</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_READ_ONLY_CACHE">CL_READ_ONLY_CACHE</a></strong></code> <div class="block">cl_device_mem_cache_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_READ_WRITE_CACHE">CL_READ_WRITE_CACHE</a></strong></code> <div class="block">cl_device_mem_cache_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_RG">CL_RG</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_RGB">CL_RGB</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_RGBA">CL_RGBA</a></strong></code> <div class="block">cl_channel_order</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_RUNNING">CL_RUNNING</a></strong></code> <div class="block">command execution status</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SAMPLER_ADDRESSING_MODE">CL_SAMPLER_ADDRESSING_MODE</a></strong></code> <div class="block">cl_sampler_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SAMPLER_CONTEXT">CL_SAMPLER_CONTEXT</a></strong></code> <div class="block">cl_sampler_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SAMPLER_FILTER_MODE">CL_SAMPLER_FILTER_MODE</a></strong></code> <div class="block">cl_sampler_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SAMPLER_NORMALIZED_COORDS">CL_SAMPLER_NORMALIZED_COORDS</a></strong></code> <div class="block">cl_sampler_info</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SAMPLER_REFERENCE_COUNT">CL_SAMPLER_REFERENCE_COUNT</a></strong></code> <div class="block">cl_sampler_info</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SIGNED_INT16">CL_SIGNED_INT16</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SIGNED_INT32">CL_SIGNED_INT32</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SIGNED_INT8">CL_SIGNED_INT8</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SNORM_INT16">CL_SNORM_INT16</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SNORM_INT8">CL_SNORM_INT8</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SUBMITTED">CL_SUBMITTED</a></strong></code> <div class="block">command execution status</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_SUCCESS">CL_SUCCESS</a></strong></code> <div class="block">Error Codes</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_TRUE">CL_TRUE</a></strong></code> <div class="block">cl_bool</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNORM_INT_101010">CL_UNORM_INT_101010</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNORM_INT16">CL_UNORM_INT16</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNORM_INT8">CL_UNORM_INT8</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNORM_SHORT_555">CL_UNORM_SHORT_555</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNORM_SHORT_565">CL_UNORM_SHORT_565</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT16">CL_UNSIGNED_INT16</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT32">CL_UNSIGNED_INT32</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT8">CL_UNSIGNED_INT8</a></strong></code> <div class="block">cl_channel_type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#CL_VERSION_1_0">CL_VERSION_1_0</a></strong></code> <div class="block">OpenCL Version</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)">clBuildProgram</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, java.lang.CharSequence options, <a href="../../../org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a> pfn_notify)</code> <div class="block">Overloads clBuildProgram.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.opencl.CLBuildProgramCallback)">clBuildProgram</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, java.nio.ByteBuffer options, <a href="../../../org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a> pfn_notify)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)">clBuildProgram</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, java.lang.CharSequence options, <a href="../../../org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a> pfn_notify)</code> <div class="block">Overloads clBuildProgram.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.DoubleBuffer, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.DoubleBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.FloatBuffer, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.FloatBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.IntBuffer, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.IntBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.LongBuffer, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.LongBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, long, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, long host_ptr_size, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ShortBuffer, java.nio.IntBuffer)">clCreateBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ShortBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateCommandQueue(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, long, java.nio.IntBuffer)">clCreateCommandQueue</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, long properties, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLDevice, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">clCreateContext</a></strong>(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> properties, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, <a href="../../../org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a> pfn_notify, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateContext.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">clCreateContext</a></strong>(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> properties, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> devices, <a href="../../../org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a> pfn_notify, java.nio.IntBuffer errcode_ret)</code> <div class="block">LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateContextFromType(org.lwjgl.PointerBuffer, long, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)">clCreateContextFromType</a></strong>(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> properties, long device_type, <a href="../../../org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a> pfn_notify, java.nio.IntBuffer errcode_ret)</code> <div class="block">LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateImage2D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.ByteBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.FloatBuffer, java.nio.IntBuffer)">clCreateImage2D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.FloatBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.IntBuffer, java.nio.IntBuffer)">clCreateImage2D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.IntBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.ShortBuffer, java.nio.IntBuffer)">clCreateImage2D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.ShortBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateImage3D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.ByteBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.FloatBuffer, java.nio.IntBuffer)">clCreateImage3D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.FloatBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.IntBuffer, java.nio.IntBuffer)">clCreateImage3D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.IntBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.ShortBuffer, java.nio.IntBuffer)">clCreateImage3D</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.ShortBuffer host_ptr, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateKernel(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateKernel</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, java.nio.ByteBuffer kernel_name, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateKernel(org.lwjgl.opencl.CLProgram, java.lang.CharSequence, java.nio.IntBuffer)">clCreateKernel</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, java.lang.CharSequence kernel_name, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateKernel.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateKernelsInProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clCreateKernelsInProgram</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> kernels, java.nio.IntBuffer num_kernels_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">clCreateProgramWithBinary</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, java.nio.ByteBuffer binary, java.nio.IntBuffer binary_status, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer[], java.nio.IntBuffer, java.nio.IntBuffer)">clCreateProgramWithBinary</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, java.nio.ByteBuffer[] binaries, java.nio.IntBuffer binary_status, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateProgramWithBinary.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)">clCreateProgramWithBinary</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> lengths, java.nio.ByteBuffer binaries, java.nio.IntBuffer binary_status, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateProgramWithBinary.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer[], java.nio.IntBuffer)">clCreateProgramWithSource</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.nio.ByteBuffer[] strings, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateProgramWithSource.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, java.nio.IntBuffer)">clCreateProgramWithSource</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.nio.ByteBuffer string, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clCreateProgramWithSource</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.nio.ByteBuffer strings, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> lengths, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateProgramWithSource.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence[], java.nio.IntBuffer)">clCreateProgramWithSource</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.lang.CharSequence[] strings, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateProgramWithSource.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence, java.nio.IntBuffer)">clCreateProgramWithSource</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.lang.CharSequence string, java.nio.IntBuffer errcode_ret)</code> <div class="block">Overloads clCreateProgramWithSource.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a></code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clCreateSampler(org.lwjgl.opencl.CLContext, int, int, int, java.nio.IntBuffer)">clCreateSampler</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, int normalized_coords, int addressing_mode, int filter_mode, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueBarrier(org.lwjgl.opencl.CLCommandQueue)">clEnqueueBarrier</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueCopyBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueCopyBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_buffer, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_buffer, long src_offset, long dst_offset, long size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueCopyBufferToImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueCopyBufferToImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_buffer, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_image, long src_offset, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> dst_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueCopyImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueCopyImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_image, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_image, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> src_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> dst_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueCopyImageToBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueCopyImageToBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_image, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_buffer, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> src_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long dst_offset, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.nio.ByteBuffer</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueMapBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clEnqueueMapBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_map, long map_flags, long offset, long size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.nio.ByteBuffer</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueMapImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clEnqueueMapImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_map, long map_flags, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> image_row_pitch, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> image_slice_pitch, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event, java.nio.IntBuffer errcode_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueMarker(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)">clEnqueueMarker</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueNativeKernel(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLNativeKernel, org.lwjgl.opencl.CLMem[], long[], org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueNativeKernel</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl">CLNativeKernel</a> user_func, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a>[] mem_list, long[] sizes, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> <div class="block">Enqueues a native kernel to the specified command queue.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueNDRangeKernel(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueNDRangeKernel</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int work_dim, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> global_work_offset, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> global_work_size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> local_work_size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.DoubleBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.LongBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueReadImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueTask(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueTask</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueUnmapMemObject(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueUnmapMemObject</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj, java.nio.ByteBuffer mapped_ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLEvent)">clEnqueueWaitForEvents</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</code> <div class="block">Overloads clEnqueueWaitForEvents.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)">clEnqueueWaitForEvents</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_list)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.DoubleBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.LongBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteBuffer</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)">clEnqueueWriteImage</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clFinish(org.lwjgl.opencl.CLCommandQueue)">clFinish</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clFlush(org.lwjgl.opencl.CLCommandQueue)">clFlush</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetCommandQueueInfo(org.lwjgl.opencl.CLCommandQueue, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetCommandQueueInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetContextInfo(org.lwjgl.opencl.CLContext, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetContextInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetDeviceIDs(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clGetDeviceIDs</a></strong>(<a href="../../../org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a> platform, long device_type, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> devices, java.nio.IntBuffer num_devices)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetDeviceInfo(org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetDeviceInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetEventInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetEventInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetEventProfilingInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetEventProfilingInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetImageInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetImageInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetKernelInfo(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetKernelInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetKernelWorkGroupInfo(org.lwjgl.opencl.CLKernel, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetKernelWorkGroupInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetMemObjectInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetMemObjectInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetPlatformIDs(org.lwjgl.PointerBuffer, java.nio.IntBuffer)">clGetPlatformIDs</a></strong>(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> platforms, java.nio.IntBuffer num_platforms)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetPlatformInfo(org.lwjgl.opencl.CLPlatform, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetPlatformInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a> platform, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetProgramBuildInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetProgramBuildInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer[], org.lwjgl.PointerBuffer)">clGetProgramInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, java.nio.ByteBuffer[] param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> <div class="block">Overloads clGetProgramInfo.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetProgramInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetProgramInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> sizes, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> <div class="block">Overloads clGetProgramInfo.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetSamplerInfo(org.lwjgl.opencl.CLSampler, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)">clGetSamplerInfo</a></strong>(<a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> sampler, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clGetSupportedImageFormats(org.lwjgl.opencl.CLContext, long, int, java.nio.ByteBuffer, java.nio.IntBuffer)">clGetSupportedImageFormats</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, int image_type, java.nio.ByteBuffer image_formats, java.nio.IntBuffer num_image_formats)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseCommandQueue(org.lwjgl.opencl.CLCommandQueue)">clReleaseCommandQueue</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseContext(org.lwjgl.opencl.CLContext)">clReleaseContext</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseEvent(org.lwjgl.opencl.CLEvent)">clReleaseEvent</a></strong>(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseKernel(org.lwjgl.opencl.CLKernel)">clReleaseKernel</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseMemObject(org.lwjgl.opencl.CLMem)">clReleaseMemObject</a></strong>(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseProgram(org.lwjgl.opencl.CLProgram)">clReleaseProgram</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clReleaseSampler(org.lwjgl.opencl.CLSampler)">clReleaseSampler</a></strong>(<a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> sampler)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainCommandQueue(org.lwjgl.opencl.CLCommandQueue)">clRetainCommandQueue</a></strong>(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainContext(org.lwjgl.opencl.CLContext)">clRetainContext</a></strong>(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainEvent(org.lwjgl.opencl.CLEvent)">clRetainEvent</a></strong>(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainKernel(org.lwjgl.opencl.CLKernel)">clRetainKernel</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainMemObject(org.lwjgl.opencl.CLMem)">clRetainMemObject</a></strong>(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainProgram(org.lwjgl.opencl.CLProgram)">clRetainProgram</a></strong>(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clRetainSampler(org.lwjgl.opencl.CLSampler)">clRetainSampler</a></strong>(<a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> sampler)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.ByteBuffer arg_value)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, org.lwjgl.opencl.CLObject)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, org.lwjgl.opencl.CLObject arg_value)</code> <div class="block">Overloads clSetKernelArg.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.DoubleBuffer)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.DoubleBuffer arg_value)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.FloatBuffer)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.FloatBuffer arg_value)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.IntBuffer)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.IntBuffer arg_value)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, long)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, long arg_value_arg_size)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.LongBuffer)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.LongBuffer arg_value)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ShortBuffer)">clSetKernelArg</a></strong>(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.ShortBuffer arg_value)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clUnloadCompiler()">clUnloadCompiler</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clWaitForEvents(org.lwjgl.opencl.CLEvent)">clWaitForEvents</a></strong>(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</code> <div class="block">Overloads clWaitForEvents.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../org/lwjgl/opencl/CL10.html#clWaitForEvents(org.lwjgl.PointerBuffer)">clWaitForEvents</a></strong>(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_list)</code> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="CL_SUCCESS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SUCCESS</h4> <pre>public static final int CL_SUCCESS</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SUCCESS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_NOT_FOUND"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_NOT_FOUND</h4> <pre>public static final int CL_DEVICE_NOT_FOUND</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_NOT_FOUND">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_NOT_AVAILABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_NOT_AVAILABLE</h4> <pre>public static final int CL_DEVICE_NOT_AVAILABLE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_NOT_AVAILABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMPILER_NOT_AVAILABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMPILER_NOT_AVAILABLE</h4> <pre>public static final int CL_COMPILER_NOT_AVAILABLE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMPILER_NOT_AVAILABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_OBJECT_ALLOCATION_FAILURE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_OBJECT_ALLOCATION_FAILURE</h4> <pre>public static final int CL_MEM_OBJECT_ALLOCATION_FAILURE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_OBJECT_ALLOCATION_FAILURE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_OUT_OF_RESOURCES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_OUT_OF_RESOURCES</h4> <pre>public static final int CL_OUT_OF_RESOURCES</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_OUT_OF_RESOURCES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_OUT_OF_HOST_MEMORY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_OUT_OF_HOST_MEMORY</h4> <pre>public static final int CL_OUT_OF_HOST_MEMORY</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_OUT_OF_HOST_MEMORY">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROFILING_INFO_NOT_AVAILABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROFILING_INFO_NOT_AVAILABLE</h4> <pre>public static final int CL_PROFILING_INFO_NOT_AVAILABLE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROFILING_INFO_NOT_AVAILABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_COPY_OVERLAP"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_COPY_OVERLAP</h4> <pre>public static final int CL_MEM_COPY_OVERLAP</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_COPY_OVERLAP">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_FORMAT_MISMATCH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_FORMAT_MISMATCH</h4> <pre>public static final int CL_IMAGE_FORMAT_MISMATCH</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_FORMAT_MISMATCH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_FORMAT_NOT_SUPPORTED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_FORMAT_NOT_SUPPORTED</h4> <pre>public static final int CL_IMAGE_FORMAT_NOT_SUPPORTED</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_FORMAT_NOT_SUPPORTED">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_BUILD_PROGRAM_FAILURE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_BUILD_PROGRAM_FAILURE</h4> <pre>public static final int CL_BUILD_PROGRAM_FAILURE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_BUILD_PROGRAM_FAILURE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MAP_FAILURE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MAP_FAILURE</h4> <pre>public static final int CL_MAP_FAILURE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MAP_FAILURE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_VALUE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_VALUE</h4> <pre>public static final int CL_INVALID_VALUE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_VALUE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_DEVICE_TYPE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_DEVICE_TYPE</h4> <pre>public static final int CL_INVALID_DEVICE_TYPE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_DEVICE_TYPE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_PLATFORM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_PLATFORM</h4> <pre>public static final int CL_INVALID_PLATFORM</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_PLATFORM">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_DEVICE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_DEVICE</h4> <pre>public static final int CL_INVALID_DEVICE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_DEVICE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_CONTEXT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_CONTEXT</h4> <pre>public static final int CL_INVALID_CONTEXT</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_CONTEXT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_QUEUE_PROPERTIES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_QUEUE_PROPERTIES</h4> <pre>public static final int CL_INVALID_QUEUE_PROPERTIES</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_QUEUE_PROPERTIES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_COMMAND_QUEUE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_COMMAND_QUEUE</h4> <pre>public static final int CL_INVALID_COMMAND_QUEUE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_COMMAND_QUEUE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_HOST_PTR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_HOST_PTR</h4> <pre>public static final int CL_INVALID_HOST_PTR</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_HOST_PTR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_MEM_OBJECT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_MEM_OBJECT</h4> <pre>public static final int CL_INVALID_MEM_OBJECT</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_MEM_OBJECT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_IMAGE_FORMAT_DESCRIPTOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_IMAGE_FORMAT_DESCRIPTOR</h4> <pre>public static final int CL_INVALID_IMAGE_FORMAT_DESCRIPTOR</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_IMAGE_FORMAT_DESCRIPTOR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_IMAGE_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_IMAGE_SIZE</h4> <pre>public static final int CL_INVALID_IMAGE_SIZE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_IMAGE_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_SAMPLER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_SAMPLER</h4> <pre>public static final int CL_INVALID_SAMPLER</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_SAMPLER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_BINARY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_BINARY</h4> <pre>public static final int CL_INVALID_BINARY</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_BINARY">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_BUILD_OPTIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_BUILD_OPTIONS</h4> <pre>public static final int CL_INVALID_BUILD_OPTIONS</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_BUILD_OPTIONS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_PROGRAM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_PROGRAM</h4> <pre>public static final int CL_INVALID_PROGRAM</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_PROGRAM">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_PROGRAM_EXECUTABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_PROGRAM_EXECUTABLE</h4> <pre>public static final int CL_INVALID_PROGRAM_EXECUTABLE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_PROGRAM_EXECUTABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_KERNEL_NAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_KERNEL_NAME</h4> <pre>public static final int CL_INVALID_KERNEL_NAME</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_KERNEL_NAME">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_KERNEL_DEFINITION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_KERNEL_DEFINITION</h4> <pre>public static final int CL_INVALID_KERNEL_DEFINITION</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_KERNEL_DEFINITION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_KERNEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_KERNEL</h4> <pre>public static final int CL_INVALID_KERNEL</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_KERNEL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_ARG_INDEX"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_ARG_INDEX</h4> <pre>public static final int CL_INVALID_ARG_INDEX</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_ARG_INDEX">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_ARG_VALUE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_ARG_VALUE</h4> <pre>public static final int CL_INVALID_ARG_VALUE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_ARG_VALUE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_ARG_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_ARG_SIZE</h4> <pre>public static final int CL_INVALID_ARG_SIZE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_ARG_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_KERNEL_ARGS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_KERNEL_ARGS</h4> <pre>public static final int CL_INVALID_KERNEL_ARGS</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_KERNEL_ARGS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_WORK_DIMENSION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_WORK_DIMENSION</h4> <pre>public static final int CL_INVALID_WORK_DIMENSION</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_WORK_DIMENSION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_WORK_GROUP_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_WORK_GROUP_SIZE</h4> <pre>public static final int CL_INVALID_WORK_GROUP_SIZE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_WORK_GROUP_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_WORK_ITEM_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_WORK_ITEM_SIZE</h4> <pre>public static final int CL_INVALID_WORK_ITEM_SIZE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_WORK_ITEM_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_GLOBAL_OFFSET"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_GLOBAL_OFFSET</h4> <pre>public static final int CL_INVALID_GLOBAL_OFFSET</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_GLOBAL_OFFSET">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_EVENT_WAIT_LIST"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_EVENT_WAIT_LIST</h4> <pre>public static final int CL_INVALID_EVENT_WAIT_LIST</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_EVENT_WAIT_LIST">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_EVENT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_EVENT</h4> <pre>public static final int CL_INVALID_EVENT</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_EVENT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_OPERATION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_OPERATION</h4> <pre>public static final int CL_INVALID_OPERATION</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_OPERATION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_GL_OBJECT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_GL_OBJECT</h4> <pre>public static final int CL_INVALID_GL_OBJECT</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_GL_OBJECT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_BUFFER_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_BUFFER_SIZE</h4> <pre>public static final int CL_INVALID_BUFFER_SIZE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_BUFFER_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_MIP_LEVEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_MIP_LEVEL</h4> <pre>public static final int CL_INVALID_MIP_LEVEL</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_MIP_LEVEL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INVALID_GLOBAL_WORK_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INVALID_GLOBAL_WORK_SIZE</h4> <pre>public static final int CL_INVALID_GLOBAL_WORK_SIZE</pre> <div class="block">Error Codes</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INVALID_GLOBAL_WORK_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_VERSION_1_0"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_VERSION_1_0</h4> <pre>public static final int CL_VERSION_1_0</pre> <div class="block">OpenCL Version</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_VERSION_1_0">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FALSE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FALSE</h4> <pre>public static final int CL_FALSE</pre> <div class="block">cl_bool</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FALSE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_TRUE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_TRUE</h4> <pre>public static final int CL_TRUE</pre> <div class="block">cl_bool</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_TRUE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PLATFORM_PROFILE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PLATFORM_PROFILE</h4> <pre>public static final int CL_PLATFORM_PROFILE</pre> <div class="block">cl_platform_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PLATFORM_PROFILE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PLATFORM_VERSION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PLATFORM_VERSION</h4> <pre>public static final int CL_PLATFORM_VERSION</pre> <div class="block">cl_platform_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PLATFORM_VERSION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PLATFORM_NAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PLATFORM_NAME</h4> <pre>public static final int CL_PLATFORM_NAME</pre> <div class="block">cl_platform_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PLATFORM_NAME">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PLATFORM_VENDOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PLATFORM_VENDOR</h4> <pre>public static final int CL_PLATFORM_VENDOR</pre> <div class="block">cl_platform_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PLATFORM_VENDOR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PLATFORM_EXTENSIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PLATFORM_EXTENSIONS</h4> <pre>public static final int CL_PLATFORM_EXTENSIONS</pre> <div class="block">cl_platform_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PLATFORM_EXTENSIONS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_TYPE_DEFAULT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_TYPE_DEFAULT</h4> <pre>public static final int CL_DEVICE_TYPE_DEFAULT</pre> <div class="block">cl_device_type - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_DEFAULT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_TYPE_CPU"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_TYPE_CPU</h4> <pre>public static final int CL_DEVICE_TYPE_CPU</pre> <div class="block">cl_device_type - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_CPU">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_TYPE_GPU"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_TYPE_GPU</h4> <pre>public static final int CL_DEVICE_TYPE_GPU</pre> <div class="block">cl_device_type - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_GPU">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_TYPE_ACCELERATOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_TYPE_ACCELERATOR</h4> <pre>public static final int CL_DEVICE_TYPE_ACCELERATOR</pre> <div class="block">cl_device_type - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_ACCELERATOR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_TYPE_ALL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_TYPE_ALL</h4> <pre>public static final int CL_DEVICE_TYPE_ALL</pre> <div class="block">cl_device_type - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_ALL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_TYPE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_TYPE</h4> <pre>public static final int CL_DEVICE_TYPE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_TYPE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_VENDOR_ID"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_VENDOR_ID</h4> <pre>public static final int CL_DEVICE_VENDOR_ID</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_VENDOR_ID">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_COMPUTE_UNITS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_COMPUTE_UNITS</h4> <pre>public static final int CL_DEVICE_MAX_COMPUTE_UNITS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_COMPUTE_UNITS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS</h4> <pre>public static final int CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_WORK_GROUP_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_WORK_GROUP_SIZE</h4> <pre>public static final int CL_DEVICE_MAX_WORK_GROUP_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_WORK_GROUP_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_WORK_ITEM_SIZES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_WORK_ITEM_SIZES</h4> <pre>public static final int CL_DEVICE_MAX_WORK_ITEM_SIZES</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_WORK_ITEM_SIZES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR</h4> <pre>public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT</h4> <pre>public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PREFERRED_VECTOR_WIDTH_"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PREFERRED_VECTOR_WIDTH_</h4> <pre>public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PREFERRED_VECTOR_WIDTH_">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG</h4> <pre>public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT</h4> <pre>public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE</h4> <pre>public static final int CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_CLOCK_FREQUENCY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_CLOCK_FREQUENCY</h4> <pre>public static final int CL_DEVICE_MAX_CLOCK_FREQUENCY</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_CLOCK_FREQUENCY">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_ADDRESS_BITS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_ADDRESS_BITS</h4> <pre>public static final int CL_DEVICE_ADDRESS_BITS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_ADDRESS_BITS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_READ_IMAGE_ARGS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_READ_IMAGE_ARGS</h4> <pre>public static final int CL_DEVICE_MAX_READ_IMAGE_ARGS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_READ_IMAGE_ARGS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_WRITE_IMAGE_ARGS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_WRITE_IMAGE_ARGS</h4> <pre>public static final int CL_DEVICE_MAX_WRITE_IMAGE_ARGS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_WRITE_IMAGE_ARGS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_MEM_ALLOC_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_MEM_ALLOC_SIZE</h4> <pre>public static final int CL_DEVICE_MAX_MEM_ALLOC_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_MEM_ALLOC_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_IMAGE2D_MAX_WIDTH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_IMAGE2D_MAX_WIDTH</h4> <pre>public static final int CL_DEVICE_IMAGE2D_MAX_WIDTH</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_IMAGE2D_MAX_WIDTH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_IMAGE2D_MAX_HEIGHT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_IMAGE2D_MAX_HEIGHT</h4> <pre>public static final int CL_DEVICE_IMAGE2D_MAX_HEIGHT</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_IMAGE2D_MAX_HEIGHT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_IMAGE3D_MAX_WIDTH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_IMAGE3D_MAX_WIDTH</h4> <pre>public static final int CL_DEVICE_IMAGE3D_MAX_WIDTH</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_IMAGE3D_MAX_WIDTH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_IMAGE3D_MAX_HEIGHT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_IMAGE3D_MAX_HEIGHT</h4> <pre>public static final int CL_DEVICE_IMAGE3D_MAX_HEIGHT</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_IMAGE3D_MAX_HEIGHT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_IMAGE3D_MAX_DEPTH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_IMAGE3D_MAX_DEPTH</h4> <pre>public static final int CL_DEVICE_IMAGE3D_MAX_DEPTH</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_IMAGE3D_MAX_DEPTH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_IMAGE_SUPPORT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_IMAGE_SUPPORT</h4> <pre>public static final int CL_DEVICE_IMAGE_SUPPORT</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_IMAGE_SUPPORT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_PARAMETER_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_PARAMETER_SIZE</h4> <pre>public static final int CL_DEVICE_MAX_PARAMETER_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_PARAMETER_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_SAMPLERS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_SAMPLERS</h4> <pre>public static final int CL_DEVICE_MAX_SAMPLERS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_SAMPLERS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MEM_BASE_ADDR_ALIGN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MEM_BASE_ADDR_ALIGN</h4> <pre>public static final int CL_DEVICE_MEM_BASE_ADDR_ALIGN</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MEM_BASE_ADDR_ALIGN">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</h4> <pre>public static final int CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_SINGLE_FP_CONFIG"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_SINGLE_FP_CONFIG</h4> <pre>public static final int CL_DEVICE_SINGLE_FP_CONFIG</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_SINGLE_FP_CONFIG">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_GLOBAL_MEM_CACHE_TYPE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_GLOBAL_MEM_CACHE_TYPE</h4> <pre>public static final int CL_DEVICE_GLOBAL_MEM_CACHE_TYPE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_GLOBAL_MEM_CACHE_TYPE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE</h4> <pre>public static final int CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_GLOBAL_MEM_CACHE_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_GLOBAL_MEM_CACHE_SIZE</h4> <pre>public static final int CL_DEVICE_GLOBAL_MEM_CACHE_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_GLOBAL_MEM_CACHE_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_GLOBAL_MEM_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_GLOBAL_MEM_SIZE</h4> <pre>public static final int CL_DEVICE_GLOBAL_MEM_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_GLOBAL_MEM_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE</h4> <pre>public static final int CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_MAX_CONSTANT_ARGS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_MAX_CONSTANT_ARGS</h4> <pre>public static final int CL_DEVICE_MAX_CONSTANT_ARGS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_MAX_CONSTANT_ARGS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_LOCAL_MEM_TYPE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_LOCAL_MEM_TYPE</h4> <pre>public static final int CL_DEVICE_LOCAL_MEM_TYPE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_LOCAL_MEM_TYPE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_LOCAL_MEM_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_LOCAL_MEM_SIZE</h4> <pre>public static final int CL_DEVICE_LOCAL_MEM_SIZE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_LOCAL_MEM_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_ERROR_CORRECTION_SUPPORT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_ERROR_CORRECTION_SUPPORT</h4> <pre>public static final int CL_DEVICE_ERROR_CORRECTION_SUPPORT</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_ERROR_CORRECTION_SUPPORT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PROFILING_TIMER_RESOLUTION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PROFILING_TIMER_RESOLUTION</h4> <pre>public static final int CL_DEVICE_PROFILING_TIMER_RESOLUTION</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PROFILING_TIMER_RESOLUTION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_ENDIAN_LITTLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_ENDIAN_LITTLE</h4> <pre>public static final int CL_DEVICE_ENDIAN_LITTLE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_ENDIAN_LITTLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_AVAILABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_AVAILABLE</h4> <pre>public static final int CL_DEVICE_AVAILABLE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_AVAILABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_COMPILER_AVAILABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_COMPILER_AVAILABLE</h4> <pre>public static final int CL_DEVICE_COMPILER_AVAILABLE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_COMPILER_AVAILABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_EXECUTION_CAPABILITIES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_EXECUTION_CAPABILITIES</h4> <pre>public static final int CL_DEVICE_EXECUTION_CAPABILITIES</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_EXECUTION_CAPABILITIES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_QUEUE_PROPERTIES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_QUEUE_PROPERTIES</h4> <pre>public static final int CL_DEVICE_QUEUE_PROPERTIES</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_QUEUE_PROPERTIES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_NAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_NAME</h4> <pre>public static final int CL_DEVICE_NAME</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_NAME">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_VENDOR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_VENDOR</h4> <pre>public static final int CL_DEVICE_VENDOR</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_VENDOR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DRIVER_VERSION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DRIVER_VERSION</h4> <pre>public static final int CL_DRIVER_VERSION</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DRIVER_VERSION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PROFILE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PROFILE</h4> <pre>public static final int CL_DEVICE_PROFILE</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PROFILE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_VERSION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_VERSION</h4> <pre>public static final int CL_DEVICE_VERSION</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_VERSION">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_EXTENSIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_EXTENSIONS</h4> <pre>public static final int CL_DEVICE_EXTENSIONS</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_EXTENSIONS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_DEVICE_PLATFORM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_DEVICE_PLATFORM</h4> <pre>public static final int CL_DEVICE_PLATFORM</pre> <div class="block">cl_device_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_DEVICE_PLATFORM">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FP_DENORM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FP_DENORM</h4> <pre>public static final int CL_FP_DENORM</pre> <div class="block">cl_device_fp_config - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FP_DENORM">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FP_INF_NAN"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FP_INF_NAN</h4> <pre>public static final int CL_FP_INF_NAN</pre> <div class="block">cl_device_fp_config - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FP_INF_NAN">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FP_ROUND_TO_NEAREST"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FP_ROUND_TO_NEAREST</h4> <pre>public static final int CL_FP_ROUND_TO_NEAREST</pre> <div class="block">cl_device_fp_config - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FP_ROUND_TO_NEAREST">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FP_ROUND_TO_ZERO"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FP_ROUND_TO_ZERO</h4> <pre>public static final int CL_FP_ROUND_TO_ZERO</pre> <div class="block">cl_device_fp_config - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FP_ROUND_TO_ZERO">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FP_ROUND_TO_INF"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FP_ROUND_TO_INF</h4> <pre>public static final int CL_FP_ROUND_TO_INF</pre> <div class="block">cl_device_fp_config - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FP_ROUND_TO_INF">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FP_FMA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FP_FMA</h4> <pre>public static final int CL_FP_FMA</pre> <div class="block">cl_device_fp_config - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FP_FMA">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_NONE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_NONE</h4> <pre>public static final int CL_NONE</pre> <div class="block">cl_device_mem_cache_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_NONE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_READ_ONLY_CACHE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_READ_ONLY_CACHE</h4> <pre>public static final int CL_READ_ONLY_CACHE</pre> <div class="block">cl_device_mem_cache_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_READ_ONLY_CACHE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_READ_WRITE_CACHE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_READ_WRITE_CACHE</h4> <pre>public static final int CL_READ_WRITE_CACHE</pre> <div class="block">cl_device_mem_cache_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_READ_WRITE_CACHE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_LOCAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_LOCAL</h4> <pre>public static final int CL_LOCAL</pre> <div class="block">cl_device_local_mem_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_LOCAL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_GLOBAL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_GLOBAL</h4> <pre>public static final int CL_GLOBAL</pre> <div class="block">cl_device_local_mem_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_GLOBAL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_EXEC_KERNEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_EXEC_KERNEL</h4> <pre>public static final int CL_EXEC_KERNEL</pre> <div class="block">cl_device_exec_capabilities - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_EXEC_KERNEL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_EXEC_NATIVE_KERNEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_EXEC_NATIVE_KERNEL</h4> <pre>public static final int CL_EXEC_NATIVE_KERNEL</pre> <div class="block">cl_device_exec_capabilities - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_EXEC_NATIVE_KERNEL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE</h4> <pre>public static final int CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE</pre> <div class="block">cl_command_queue_properties - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUE_PROFILING_ENABLE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUE_PROFILING_ENABLE</h4> <pre>public static final int CL_QUEUE_PROFILING_ENABLE</pre> <div class="block">cl_command_queue_properties - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUE_PROFILING_ENABLE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_CONTEXT_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_CONTEXT_REFERENCE_COUNT</h4> <pre>public static final int CL_CONTEXT_REFERENCE_COUNT</pre> <div class="block">cl_context_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_CONTEXT_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_CONTEXT_DEVICES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_CONTEXT_DEVICES</h4> <pre>public static final int CL_CONTEXT_DEVICES</pre> <div class="block">cl_context_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_CONTEXT_DEVICES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_CONTEXT_PROPERTIES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_CONTEXT_PROPERTIES</h4> <pre>public static final int CL_CONTEXT_PROPERTIES</pre> <div class="block">cl_context_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_CONTEXT_PROPERTIES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_CONTEXT_PLATFORM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_CONTEXT_PLATFORM</h4> <pre>public static final int CL_CONTEXT_PLATFORM</pre> <div class="block">cl_context_info + cl_context_properties</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_CONTEXT_PLATFORM">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUE_CONTEXT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUE_CONTEXT</h4> <pre>public static final int CL_QUEUE_CONTEXT</pre> <div class="block">cl_command_queue_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUE_CONTEXT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUE_DEVICE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUE_DEVICE</h4> <pre>public static final int CL_QUEUE_DEVICE</pre> <div class="block">cl_command_queue_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUE_DEVICE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUE_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUE_REFERENCE_COUNT</h4> <pre>public static final int CL_QUEUE_REFERENCE_COUNT</pre> <div class="block">cl_command_queue_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUE_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUE_PROPERTIES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUE_PROPERTIES</h4> <pre>public static final int CL_QUEUE_PROPERTIES</pre> <div class="block">cl_command_queue_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUE_PROPERTIES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_READ_WRITE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_READ_WRITE</h4> <pre>public static final int CL_MEM_READ_WRITE</pre> <div class="block">cl_mem_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_READ_WRITE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_WRITE_ONLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_WRITE_ONLY</h4> <pre>public static final int CL_MEM_WRITE_ONLY</pre> <div class="block">cl_mem_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_WRITE_ONLY">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_READ_ONLY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_READ_ONLY</h4> <pre>public static final int CL_MEM_READ_ONLY</pre> <div class="block">cl_mem_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_READ_ONLY">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_USE_HOST_PTR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_USE_HOST_PTR</h4> <pre>public static final int CL_MEM_USE_HOST_PTR</pre> <div class="block">cl_mem_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_USE_HOST_PTR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_ALLOC_HOST_PTR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_ALLOC_HOST_PTR</h4> <pre>public static final int CL_MEM_ALLOC_HOST_PTR</pre> <div class="block">cl_mem_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_ALLOC_HOST_PTR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_COPY_HOST_PTR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_COPY_HOST_PTR</h4> <pre>public static final int CL_MEM_COPY_HOST_PTR</pre> <div class="block">cl_mem_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_COPY_HOST_PTR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_R"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_R</h4> <pre>public static final int CL_R</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_R">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_A"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_A</h4> <pre>public static final int CL_A</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_A">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_RG"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_RG</h4> <pre>public static final int CL_RG</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_RG">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_RA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_RA</h4> <pre>public static final int CL_RA</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_RA">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_RGB"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_RGB</h4> <pre>public static final int CL_RGB</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_RGB">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_RGBA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_RGBA</h4> <pre>public static final int CL_RGBA</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_RGBA">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_BGRA"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_BGRA</h4> <pre>public static final int CL_BGRA</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_BGRA">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_ARGB"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_ARGB</h4> <pre>public static final int CL_ARGB</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_ARGB">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_INTENSITY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_INTENSITY</h4> <pre>public static final int CL_INTENSITY</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_INTENSITY">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_LUMINANCE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_LUMINANCE</h4> <pre>public static final int CL_LUMINANCE</pre> <div class="block">cl_channel_order</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_LUMINANCE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SNORM_INT8"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SNORM_INT8</h4> <pre>public static final int CL_SNORM_INT8</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SNORM_INT8">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SNORM_INT16"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SNORM_INT16</h4> <pre>public static final int CL_SNORM_INT16</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SNORM_INT16">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNORM_INT8"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNORM_INT8</h4> <pre>public static final int CL_UNORM_INT8</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNORM_INT8">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNORM_INT16"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNORM_INT16</h4> <pre>public static final int CL_UNORM_INT16</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNORM_INT16">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNORM_SHORT_565"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNORM_SHORT_565</h4> <pre>public static final int CL_UNORM_SHORT_565</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNORM_SHORT_565">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNORM_SHORT_555"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNORM_SHORT_555</h4> <pre>public static final int CL_UNORM_SHORT_555</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNORM_SHORT_555">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNORM_INT_101010"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNORM_INT_101010</h4> <pre>public static final int CL_UNORM_INT_101010</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNORM_INT_101010">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SIGNED_INT8"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SIGNED_INT8</h4> <pre>public static final int CL_SIGNED_INT8</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SIGNED_INT8">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SIGNED_INT16"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SIGNED_INT16</h4> <pre>public static final int CL_SIGNED_INT16</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SIGNED_INT16">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SIGNED_INT32"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SIGNED_INT32</h4> <pre>public static final int CL_SIGNED_INT32</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SIGNED_INT32">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNSIGNED_INT8"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNSIGNED_INT8</h4> <pre>public static final int CL_UNSIGNED_INT8</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNSIGNED_INT8">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNSIGNED_INT16"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNSIGNED_INT16</h4> <pre>public static final int CL_UNSIGNED_INT16</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNSIGNED_INT16">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_UNSIGNED_INT32"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_UNSIGNED_INT32</h4> <pre>public static final int CL_UNSIGNED_INT32</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_UNSIGNED_INT32">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_HALF_FLOAT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_HALF_FLOAT</h4> <pre>public static final int CL_HALF_FLOAT</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_HALF_FLOAT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FLOAT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FLOAT</h4> <pre>public static final int CL_FLOAT</pre> <div class="block">cl_channel_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FLOAT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_OBJECT_BUFFER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_OBJECT_BUFFER</h4> <pre>public static final int CL_MEM_OBJECT_BUFFER</pre> <div class="block">cl_mem_object_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_OBJECT_BUFFER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_OBJECT_IMAGE2D"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_OBJECT_IMAGE2D</h4> <pre>public static final int CL_MEM_OBJECT_IMAGE2D</pre> <div class="block">cl_mem_object_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_OBJECT_IMAGE2D">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_OBJECT_IMAGE3D"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_OBJECT_IMAGE3D</h4> <pre>public static final int CL_MEM_OBJECT_IMAGE3D</pre> <div class="block">cl_mem_object_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_OBJECT_IMAGE3D">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_TYPE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_TYPE</h4> <pre>public static final int CL_MEM_TYPE</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_TYPE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_FLAGS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_FLAGS</h4> <pre>public static final int CL_MEM_FLAGS</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_FLAGS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_SIZE</h4> <pre>public static final int CL_MEM_SIZE</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_HOST_PTR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_HOST_PTR</h4> <pre>public static final int CL_MEM_HOST_PTR</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_HOST_PTR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_MAP_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_MAP_COUNT</h4> <pre>public static final int CL_MEM_MAP_COUNT</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_MAP_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_REFERENCE_COUNT</h4> <pre>public static final int CL_MEM_REFERENCE_COUNT</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MEM_CONTEXT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MEM_CONTEXT</h4> <pre>public static final int CL_MEM_CONTEXT</pre> <div class="block">cl_mem_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MEM_CONTEXT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_FORMAT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_FORMAT</h4> <pre>public static final int CL_IMAGE_FORMAT</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_FORMAT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_ELEMENT_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_ELEMENT_SIZE</h4> <pre>public static final int CL_IMAGE_ELEMENT_SIZE</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_ELEMENT_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_ROW_PITCH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_ROW_PITCH</h4> <pre>public static final int CL_IMAGE_ROW_PITCH</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_ROW_PITCH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_SLICE_PITCH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_SLICE_PITCH</h4> <pre>public static final int CL_IMAGE_SLICE_PITCH</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_SLICE_PITCH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_WIDTH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_WIDTH</h4> <pre>public static final int CL_IMAGE_WIDTH</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_WIDTH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_HEIGHT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_HEIGHT</h4> <pre>public static final int CL_IMAGE_HEIGHT</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_HEIGHT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_IMAGE_DEPTH"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_IMAGE_DEPTH</h4> <pre>public static final int CL_IMAGE_DEPTH</pre> <div class="block">cl_image_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_IMAGE_DEPTH">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_ADDRESS_NONE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_ADDRESS_NONE</h4> <pre>public static final int CL_ADDRESS_NONE</pre> <div class="block">cl_addressing_mode</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_ADDRESS_NONE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_ADDRESS_CLAMP_TO_EDGE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_ADDRESS_CLAMP_TO_EDGE</h4> <pre>public static final int CL_ADDRESS_CLAMP_TO_EDGE</pre> <div class="block">cl_addressing_mode</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_ADDRESS_CLAMP_TO_EDGE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_ADDRESS_CLAMP"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_ADDRESS_CLAMP</h4> <pre>public static final int CL_ADDRESS_CLAMP</pre> <div class="block">cl_addressing_mode</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_ADDRESS_CLAMP">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_ADDRESS_REPEAT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_ADDRESS_REPEAT</h4> <pre>public static final int CL_ADDRESS_REPEAT</pre> <div class="block">cl_addressing_mode</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_ADDRESS_REPEAT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FILTER_NEAREST"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FILTER_NEAREST</h4> <pre>public static final int CL_FILTER_NEAREST</pre> <div class="block">cl_filter_mode</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FILTER_NEAREST">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_FILTER_LINEAR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_FILTER_LINEAR</h4> <pre>public static final int CL_FILTER_LINEAR</pre> <div class="block">cl_filter_mode</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_FILTER_LINEAR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SAMPLER_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SAMPLER_REFERENCE_COUNT</h4> <pre>public static final int CL_SAMPLER_REFERENCE_COUNT</pre> <div class="block">cl_sampler_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SAMPLER_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SAMPLER_CONTEXT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SAMPLER_CONTEXT</h4> <pre>public static final int CL_SAMPLER_CONTEXT</pre> <div class="block">cl_sampler_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SAMPLER_CONTEXT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SAMPLER_NORMALIZED_COORDS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SAMPLER_NORMALIZED_COORDS</h4> <pre>public static final int CL_SAMPLER_NORMALIZED_COORDS</pre> <div class="block">cl_sampler_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SAMPLER_NORMALIZED_COORDS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SAMPLER_ADDRESSING_MODE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SAMPLER_ADDRESSING_MODE</h4> <pre>public static final int CL_SAMPLER_ADDRESSING_MODE</pre> <div class="block">cl_sampler_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SAMPLER_ADDRESSING_MODE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SAMPLER_FILTER_MODE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SAMPLER_FILTER_MODE</h4> <pre>public static final int CL_SAMPLER_FILTER_MODE</pre> <div class="block">cl_sampler_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SAMPLER_FILTER_MODE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MAP_READ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MAP_READ</h4> <pre>public static final int CL_MAP_READ</pre> <div class="block">cl_map_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MAP_READ">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_MAP_WRITE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_MAP_WRITE</h4> <pre>public static final int CL_MAP_WRITE</pre> <div class="block">cl_map_flags - bitfield</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_MAP_WRITE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_REFERENCE_COUNT</h4> <pre>public static final int CL_PROGRAM_REFERENCE_COUNT</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_CONTEXT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_CONTEXT</h4> <pre>public static final int CL_PROGRAM_CONTEXT</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_CONTEXT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_NUM_DEVICES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_NUM_DEVICES</h4> <pre>public static final int CL_PROGRAM_NUM_DEVICES</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_NUM_DEVICES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_DEVICES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_DEVICES</h4> <pre>public static final int CL_PROGRAM_DEVICES</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_DEVICES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_SOURCE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_SOURCE</h4> <pre>public static final int CL_PROGRAM_SOURCE</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_SOURCE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_BINARY_SIZES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_BINARY_SIZES</h4> <pre>public static final int CL_PROGRAM_BINARY_SIZES</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_BINARY_SIZES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_BINARIES"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_BINARIES</h4> <pre>public static final int CL_PROGRAM_BINARIES</pre> <div class="block">cl_program_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_BINARIES">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_BUILD_STATUS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_BUILD_STATUS</h4> <pre>public static final int CL_PROGRAM_BUILD_STATUS</pre> <div class="block">cl_program_build_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_BUILD_STATUS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_BUILD_OPTIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_BUILD_OPTIONS</h4> <pre>public static final int CL_PROGRAM_BUILD_OPTIONS</pre> <div class="block">cl_program_build_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_BUILD_OPTIONS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROGRAM_BUILD_LOG"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROGRAM_BUILD_LOG</h4> <pre>public static final int CL_PROGRAM_BUILD_LOG</pre> <div class="block">cl_program_build_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROGRAM_BUILD_LOG">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_BUILD_SUCCESS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_BUILD_SUCCESS</h4> <pre>public static final int CL_BUILD_SUCCESS</pre> <div class="block">cl_build_status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_BUILD_SUCCESS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_BUILD_NONE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_BUILD_NONE</h4> <pre>public static final int CL_BUILD_NONE</pre> <div class="block">cl_build_status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_BUILD_NONE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_BUILD_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_BUILD_ERROR</h4> <pre>public static final int CL_BUILD_ERROR</pre> <div class="block">cl_build_status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_BUILD_ERROR">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_BUILD_IN_PROGRESS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_BUILD_IN_PROGRESS</h4> <pre>public static final int CL_BUILD_IN_PROGRESS</pre> <div class="block">cl_build_status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_BUILD_IN_PROGRESS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_FUNCTION_NAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_FUNCTION_NAME</h4> <pre>public static final int CL_KERNEL_FUNCTION_NAME</pre> <div class="block">cl_kernel_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_FUNCTION_NAME">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_NUM_ARGS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_NUM_ARGS</h4> <pre>public static final int CL_KERNEL_NUM_ARGS</pre> <div class="block">cl_kernel_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_NUM_ARGS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_REFERENCE_COUNT</h4> <pre>public static final int CL_KERNEL_REFERENCE_COUNT</pre> <div class="block">cl_kernel_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_CONTEXT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_CONTEXT</h4> <pre>public static final int CL_KERNEL_CONTEXT</pre> <div class="block">cl_kernel_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_CONTEXT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_PROGRAM"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_PROGRAM</h4> <pre>public static final int CL_KERNEL_PROGRAM</pre> <div class="block">cl_kernel_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_PROGRAM">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_WORK_GROUP_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_WORK_GROUP_SIZE</h4> <pre>public static final int CL_KERNEL_WORK_GROUP_SIZE</pre> <div class="block">cl_kernel_work_group_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_WORK_GROUP_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_COMPILE_WORK_GROUP_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_COMPILE_WORK_GROUP_SIZE</h4> <pre>public static final int CL_KERNEL_COMPILE_WORK_GROUP_SIZE</pre> <div class="block">cl_kernel_work_group_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_COMPILE_WORK_GROUP_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_KERNEL_LOCAL_MEM_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_KERNEL_LOCAL_MEM_SIZE</h4> <pre>public static final int CL_KERNEL_LOCAL_MEM_SIZE</pre> <div class="block">cl_kernel_work_group_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_KERNEL_LOCAL_MEM_SIZE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_EVENT_COMMAND_QUEUE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_EVENT_COMMAND_QUEUE</h4> <pre>public static final int CL_EVENT_COMMAND_QUEUE</pre> <div class="block">cl_event_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_EVENT_COMMAND_QUEUE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_EVENT_COMMAND_TYPE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_EVENT_COMMAND_TYPE</h4> <pre>public static final int CL_EVENT_COMMAND_TYPE</pre> <div class="block">cl_event_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_EVENT_COMMAND_TYPE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_EVENT_REFERENCE_COUNT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_EVENT_REFERENCE_COUNT</h4> <pre>public static final int CL_EVENT_REFERENCE_COUNT</pre> <div class="block">cl_event_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_EVENT_REFERENCE_COUNT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_EVENT_COMMAND_EXECUTION_STATUS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_EVENT_COMMAND_EXECUTION_STATUS</h4> <pre>public static final int CL_EVENT_COMMAND_EXECUTION_STATUS</pre> <div class="block">cl_event_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_EVENT_COMMAND_EXECUTION_STATUS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_NDRANGE_KERNEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_NDRANGE_KERNEL</h4> <pre>public static final int CL_COMMAND_NDRANGE_KERNEL</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_NDRANGE_KERNEL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_TASK"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_TASK</h4> <pre>public static final int CL_COMMAND_TASK</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_TASK">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_NATIVE_KERNEL"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_NATIVE_KERNEL</h4> <pre>public static final int CL_COMMAND_NATIVE_KERNEL</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_NATIVE_KERNEL">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_READ_BUFFER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_READ_BUFFER</h4> <pre>public static final int CL_COMMAND_READ_BUFFER</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_READ_BUFFER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_WRITE_BUFFER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_WRITE_BUFFER</h4> <pre>public static final int CL_COMMAND_WRITE_BUFFER</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_WRITE_BUFFER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_COPY_BUFFER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_COPY_BUFFER</h4> <pre>public static final int CL_COMMAND_COPY_BUFFER</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_COPY_BUFFER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_READ_IMAGE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_READ_IMAGE</h4> <pre>public static final int CL_COMMAND_READ_IMAGE</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_READ_IMAGE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_WRITE_IMAGE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_WRITE_IMAGE</h4> <pre>public static final int CL_COMMAND_WRITE_IMAGE</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_WRITE_IMAGE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_COPY_IMAGE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_COPY_IMAGE</h4> <pre>public static final int CL_COMMAND_COPY_IMAGE</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_COPY_IMAGE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_COPY_IMAGE_TO_BUFFER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_COPY_IMAGE_TO_BUFFER</h4> <pre>public static final int CL_COMMAND_COPY_IMAGE_TO_BUFFER</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_COPY_IMAGE_TO_BUFFER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_COPY_BUFFER_TO_IMAGE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_COPY_BUFFER_TO_IMAGE</h4> <pre>public static final int CL_COMMAND_COPY_BUFFER_TO_IMAGE</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_COPY_BUFFER_TO_IMAGE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_MAP_BUFFER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_MAP_BUFFER</h4> <pre>public static final int CL_COMMAND_MAP_BUFFER</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_MAP_BUFFER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_MAP_IMAGE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_MAP_IMAGE</h4> <pre>public static final int CL_COMMAND_MAP_IMAGE</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_MAP_IMAGE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_UNMAP_MEM_OBJECT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_UNMAP_MEM_OBJECT</h4> <pre>public static final int CL_COMMAND_UNMAP_MEM_OBJECT</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_UNMAP_MEM_OBJECT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_MARKER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_MARKER</h4> <pre>public static final int CL_COMMAND_MARKER</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_MARKER">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_ACQUIRE_GL_OBJECTS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_ACQUIRE_GL_OBJECTS</h4> <pre>public static final int CL_COMMAND_ACQUIRE_GL_OBJECTS</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_ACQUIRE_GL_OBJECTS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMMAND_RELEASE_GL_OBJECTS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMMAND_RELEASE_GL_OBJECTS</h4> <pre>public static final int CL_COMMAND_RELEASE_GL_OBJECTS</pre> <div class="block">cl_command_type</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMMAND_RELEASE_GL_OBJECTS">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_COMPLETE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_COMPLETE</h4> <pre>public static final int CL_COMPLETE</pre> <div class="block">command execution status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_COMPLETE">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_RUNNING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_RUNNING</h4> <pre>public static final int CL_RUNNING</pre> <div class="block">command execution status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_RUNNING">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_SUBMITTED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_SUBMITTED</h4> <pre>public static final int CL_SUBMITTED</pre> <div class="block">command execution status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_SUBMITTED">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_QUEUED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_QUEUED</h4> <pre>public static final int CL_QUEUED</pre> <div class="block">command execution status</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_QUEUED">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROFILING_COMMAND_QUEUED"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROFILING_COMMAND_QUEUED</h4> <pre>public static final int CL_PROFILING_COMMAND_QUEUED</pre> <div class="block">cl_profiling_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROFILING_COMMAND_QUEUED">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROFILING_COMMAND_SUBMIT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROFILING_COMMAND_SUBMIT</h4> <pre>public static final int CL_PROFILING_COMMAND_SUBMIT</pre> <div class="block">cl_profiling_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROFILING_COMMAND_SUBMIT">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROFILING_COMMAND_START"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CL_PROFILING_COMMAND_START</h4> <pre>public static final int CL_PROFILING_COMMAND_START</pre> <div class="block">cl_profiling_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROFILING_COMMAND_START">Constant Field Values</a></dd></dl> </li> </ul> <a name="CL_PROFILING_COMMAND_END"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CL_PROFILING_COMMAND_END</h4> <pre>public static final int CL_PROFILING_COMMAND_END</pre> <div class="block">cl_profiling_info</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#org.lwjgl.opencl.CL10.CL_PROFILING_COMMAND_END">Constant Field Values</a></dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="clGetPlatformIDs(org.lwjgl.PointerBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetPlatformIDs</h4> <pre>public static int clGetPlatformIDs(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> platforms, java.nio.IntBuffer num_platforms)</pre> </li> </ul> <a name="clGetPlatformInfo(org.lwjgl.opencl.CLPlatform, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetPlatformInfo</h4> <pre>public static int clGetPlatformInfo(<a href="../../../org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a> platform, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clGetDeviceIDs(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetDeviceIDs</h4> <pre>public static int clGetDeviceIDs(<a href="../../../org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</a> platform, long device_type, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> devices, java.nio.IntBuffer num_devices)</pre> </li> </ul> <a name="clGetDeviceInfo(org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetDeviceInfo</h4> <pre>public static int clGetDeviceInfo(<a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateContext</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> clCreateContext(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> properties, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> devices, <a href="../../../org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a> pfn_notify, java.nio.IntBuffer errcode_ret)</pre> <div class="block">LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div> </li> </ul> <a name="clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLDevice, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateContext</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> clCreateContext(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> properties, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, <a href="../../../org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a> pfn_notify, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateContext. <p> LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div> </li> </ul> <a name="clCreateContextFromType(org.lwjgl.PointerBuffer, long, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateContextFromType</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> clCreateContextFromType(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> properties, long device_type, <a href="../../../org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</a> pfn_notify, java.nio.IntBuffer errcode_ret)</pre> <div class="block">LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.</div> </li> </ul> <a name="clRetainContext(org.lwjgl.opencl.CLContext)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainContext</h4> <pre>public static int clRetainContext(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context)</pre> </li> </ul> <a name="clReleaseContext(org.lwjgl.opencl.CLContext)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseContext</h4> <pre>public static int clReleaseContext(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context)</pre> </li> </ul> <a name="clGetContextInfo(org.lwjgl.opencl.CLContext, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetContextInfo</h4> <pre>public static int clGetContextInfo(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clCreateCommandQueue(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, long, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateCommandQueue</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> clCreateCommandQueue(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, long properties, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clRetainCommandQueue(org.lwjgl.opencl.CLCommandQueue)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainCommandQueue</h4> <pre>public static int clRetainCommandQueue(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</pre> </li> </ul> <a name="clReleaseCommandQueue(org.lwjgl.opencl.CLCommandQueue)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseCommandQueue</h4> <pre>public static int clReleaseCommandQueue(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</pre> </li> </ul> <a name="clGetCommandQueueInfo(org.lwjgl.opencl.CLCommandQueue, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetCommandQueueInfo</h4> <pre>public static int clGetCommandQueueInfo(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, long, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, long host_ptr_size, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.DoubleBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.DoubleBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.FloatBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.FloatBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.IntBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.IntBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.LongBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.LongBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ShortBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateBuffer</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateBuffer(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ShortBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadBuffer</h4> <pre>public static int clEnqueueReadBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadBuffer</h4> <pre>public static int clEnqueueReadBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.DoubleBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadBuffer</h4> <pre>public static int clEnqueueReadBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadBuffer</h4> <pre>public static int clEnqueueReadBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadBuffer</h4> <pre>public static int clEnqueueReadBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.LongBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadBuffer</h4> <pre>public static int clEnqueueReadBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_read, long offset, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteBuffer</h4> <pre>public static int clEnqueueWriteBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteBuffer</h4> <pre>public static int clEnqueueWriteBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.DoubleBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteBuffer</h4> <pre>public static int clEnqueueWriteBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteBuffer</h4> <pre>public static int clEnqueueWriteBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteBuffer</h4> <pre>public static int clEnqueueWriteBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.LongBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteBuffer</h4> <pre>public static int clEnqueueWriteBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_write, long offset, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueCopyBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueCopyBuffer</h4> <pre>public static int clEnqueueCopyBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_buffer, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_buffer, long src_offset, long dst_offset, long size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueMapBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueMapBuffer</h4> <pre>public static java.nio.ByteBuffer clEnqueueMapBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> buffer, int blocking_map, long map_flags, long offset, long size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.ByteBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage2D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage2D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.ByteBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.FloatBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage2D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage2D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.FloatBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.IntBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage2D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage2D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.IntBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.ShortBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage2D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage2D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_row_pitch, java.nio.ShortBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.ByteBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage3D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage3D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.ByteBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.FloatBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage3D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage3D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.FloatBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.IntBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage3D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage3D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.IntBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.ShortBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateImage3D</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> clCreateImage3D(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, java.nio.ByteBuffer image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, java.nio.ShortBuffer host_ptr, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clGetSupportedImageFormats(org.lwjgl.opencl.CLContext, long, int, java.nio.ByteBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetSupportedImageFormats</h4> <pre>public static int clGetSupportedImageFormats(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, long flags, int image_type, java.nio.ByteBuffer image_formats, java.nio.IntBuffer num_image_formats)</pre> </li> </ul> <a name="clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadImage</h4> <pre>public static int clEnqueueReadImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadImage</h4> <pre>public static int clEnqueueReadImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadImage</h4> <pre>public static int clEnqueueReadImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueReadImage</h4> <pre>public static int clEnqueueReadImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_read, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long row_pitch, long slice_pitch, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteImage</h4> <pre>public static int clEnqueueWriteImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.ByteBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteImage</h4> <pre>public static int clEnqueueWriteImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.FloatBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteImage</h4> <pre>public static int clEnqueueWriteImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.IntBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWriteImage</h4> <pre>public static int clEnqueueWriteImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_write, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long input_row_pitch, long input_slice_pitch, java.nio.ShortBuffer ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueCopyImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueCopyImage</h4> <pre>public static int clEnqueueCopyImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_image, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_image, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> src_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> dst_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueCopyImageToBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueCopyImageToBuffer</h4> <pre>public static int clEnqueueCopyImageToBuffer(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_image, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_buffer, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> src_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, long dst_offset, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueCopyBufferToImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueCopyBufferToImage</h4> <pre>public static int clEnqueueCopyBufferToImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> src_buffer, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> dst_image, long src_offset, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> dst_origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueMapImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueMapImage</h4> <pre>public static java.nio.ByteBuffer clEnqueueMapImage(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int blocking_map, long map_flags, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> origin, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> region, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> image_row_pitch, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> image_slice_pitch, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clGetImageInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetImageInfo</h4> <pre>public static int clGetImageInfo(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> image, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clRetainMemObject(org.lwjgl.opencl.CLMem)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainMemObject</h4> <pre>public static int clRetainMemObject(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj)</pre> </li> </ul> <a name="clReleaseMemObject(org.lwjgl.opencl.CLMem)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseMemObject</h4> <pre>public static int clReleaseMemObject(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj)</pre> </li> </ul> <a name="clEnqueueUnmapMemObject(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueUnmapMemObject</h4> <pre>public static int clEnqueueUnmapMemObject(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj, java.nio.ByteBuffer mapped_ptr, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clGetMemObjectInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetMemObjectInfo</h4> <pre>public static int clGetMemObjectInfo(<a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a> memobj, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clCreateSampler(org.lwjgl.opencl.CLContext, int, int, int, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateSampler</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> clCreateSampler(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, int normalized_coords, int addressing_mode, int filter_mode, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clRetainSampler(org.lwjgl.opencl.CLSampler)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainSampler</h4> <pre>public static int clRetainSampler(<a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> sampler)</pre> </li> </ul> <a name="clReleaseSampler(org.lwjgl.opencl.CLSampler)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseSampler</h4> <pre>public static int clReleaseSampler(<a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> sampler)</pre> </li> </ul> <a name="clGetSamplerInfo(org.lwjgl.opencl.CLSampler, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetSamplerInfo</h4> <pre>public static int clGetSamplerInfo(<a href="../../../org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</a> sampler, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithSource</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithSource(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.nio.ByteBuffer string, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithSource</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithSource(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.nio.ByteBuffer strings, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> lengths, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateProgramWithSource.</div> </li> </ul> <a name="clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer[], java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithSource</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithSource(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.nio.ByteBuffer[] strings, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateProgramWithSource.</div> </li> </ul> <a name="clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithSource</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithSource(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.lang.CharSequence string, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateProgramWithSource.</div> </li> </ul> <a name="clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence[], java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithSource</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithSource(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, java.lang.CharSequence[] strings, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateProgramWithSource.</div> </li> </ul> <a name="clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithBinary</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithBinary(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, java.nio.ByteBuffer binary, java.nio.IntBuffer binary_status, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithBinary</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithBinary(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> lengths, java.nio.ByteBuffer binaries, java.nio.IntBuffer binary_status, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateProgramWithBinary.</div> </li> </ul> <a name="clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer[], java.nio.IntBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateProgramWithBinary</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> clCreateProgramWithBinary(<a href="../../../org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</a> context, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, java.nio.ByteBuffer[] binaries, java.nio.IntBuffer binary_status, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateProgramWithBinary.</div> </li> </ul> <a name="clRetainProgram(org.lwjgl.opencl.CLProgram)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainProgram</h4> <pre>public static int clRetainProgram(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program)</pre> </li> </ul> <a name="clReleaseProgram(org.lwjgl.opencl.CLProgram)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseProgram</h4> <pre>public static int clReleaseProgram(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program)</pre> </li> </ul> <a name="clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.opencl.CLBuildProgramCallback)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clBuildProgram</h4> <pre>public static int clBuildProgram(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, java.nio.ByteBuffer options, <a href="../../../org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a> pfn_notify)</pre> </li> </ul> <a name="clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clBuildProgram</h4> <pre>public static int clBuildProgram(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> device_list, java.lang.CharSequence options, <a href="../../../org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a> pfn_notify)</pre> <div class="block">Overloads clBuildProgram.</div> </li> </ul> <a name="clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clBuildProgram</h4> <pre>public static int clBuildProgram(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, java.lang.CharSequence options, <a href="../../../org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</a> pfn_notify)</pre> <div class="block">Overloads clBuildProgram.</div> </li> </ul> <a name="clUnloadCompiler()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clUnloadCompiler</h4> <pre>public static int clUnloadCompiler()</pre> </li> </ul> <a name="clGetProgramInfo(org.lwjgl.opencl.CLProgram, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetProgramInfo</h4> <pre>public static int clGetProgramInfo(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clGetProgramInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetProgramInfo</h4> <pre>public static int clGetProgramInfo(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> sizes, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> <div class="block">Overloads clGetProgramInfo. <p> This method can be used to get program binaries. The binary for each device (in the order returned by <code>CL_PROGRAM_DEVICES</code>) will be written sequentially to the <code>param_value</code> buffer. The buffer size must be big enough to hold all the binaries, as returned by <code>CL_PROGRAM_BINARY_SIZES</code>. <p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>program</code> - the program</dd><dd><code>param_value</code> - the buffers where the binaries will be written to.</dd><dd><code>param_value_size_ret</code> - optional size result <p></dd> <dt><span class="strong">Returns:</span></dt><dd>the error code</dd></dl> </li> </ul> <a name="clGetProgramInfo(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer[], org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetProgramInfo</h4> <pre>public static int clGetProgramInfo(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, java.nio.ByteBuffer[] param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> <div class="block">Overloads clGetProgramInfo. <p> This method can be used to get program binaries. The binary for each device (in the order returned by <code>CL_PROGRAM_DEVICES</code>) will be written to the corresponding slot of the <code>param_value</code> array. The size of each buffer must be big enough to hold the corresponding binary, as returned by <code>CL_PROGRAM_BINARY_SIZES</code>. <p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>program</code> - the program</dd><dd><code>param_value</code> - the buffers where the binaries will be written to.</dd><dd><code>param_value_size_ret</code> - optional size result <p></dd> <dt><span class="strong">Returns:</span></dt><dd>the error code</dd></dl> </li> </ul> <a name="clGetProgramBuildInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetProgramBuildInfo</h4> <pre>public static int clGetProgramBuildInfo(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clCreateKernel(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateKernel</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> clCreateKernel(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, java.nio.ByteBuffer kernel_name, java.nio.IntBuffer errcode_ret)</pre> </li> </ul> <a name="clCreateKernel(org.lwjgl.opencl.CLProgram, java.lang.CharSequence, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateKernel</h4> <pre>public static <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> clCreateKernel(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, java.lang.CharSequence kernel_name, java.nio.IntBuffer errcode_ret)</pre> <div class="block">Overloads clCreateKernel.</div> </li> </ul> <a name="clCreateKernelsInProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clCreateKernelsInProgram</h4> <pre>public static int clCreateKernelsInProgram(<a href="../../../org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</a> program, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> kernels, java.nio.IntBuffer num_kernels_ret)</pre> </li> </ul> <a name="clRetainKernel(org.lwjgl.opencl.CLKernel)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainKernel</h4> <pre>public static int clRetainKernel(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel)</pre> </li> </ul> <a name="clReleaseKernel(org.lwjgl.opencl.CLKernel)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseKernel</h4> <pre>public static int clReleaseKernel(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, long arg_value_arg_size)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.ByteBuffer arg_value)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.DoubleBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.DoubleBuffer arg_value)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.FloatBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.FloatBuffer arg_value)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.IntBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.IntBuffer arg_value)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.LongBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.LongBuffer arg_value)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ShortBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, java.nio.ShortBuffer arg_value)</pre> </li> </ul> <a name="clSetKernelArg(org.lwjgl.opencl.CLKernel, int, org.lwjgl.opencl.CLObject)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clSetKernelArg</h4> <pre>public static int clSetKernelArg(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int arg_index, org.lwjgl.opencl.CLObject arg_value)</pre> <div class="block">Overloads clSetKernelArg.</div> </li> </ul> <a name="clGetKernelInfo(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetKernelInfo</h4> <pre>public static int clGetKernelInfo(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clGetKernelWorkGroupInfo(org.lwjgl.opencl.CLKernel, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetKernelWorkGroupInfo</h4> <pre>public static int clGetKernelWorkGroupInfo(<a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, <a href="../../../org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</a> device, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clEnqueueNDRangeKernel(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueNDRangeKernel</h4> <pre>public static int clEnqueueNDRangeKernel(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, int work_dim, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> global_work_offset, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> global_work_size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> local_work_size, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueTask(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueTask</h4> <pre>public static int clEnqueueTask(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</a> kernel, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueNativeKernel(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLNativeKernel, org.lwjgl.opencl.CLMem[], long[], org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueNativeKernel</h4> <pre>public static int clEnqueueNativeKernel(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl">CLNativeKernel</a> user_func, <a href="../../../org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</a>[] mem_list, long[] sizes, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_wait_list, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> <div class="block">Enqueues a native kernel to the specified command queue. The <code>mem_list</code> parameter can be used to pass a list of <code>CLMem</code> objects that will be mapped to global memory space and exposed as a <code>ByteBuffer</code> array in the <code>CLNativeKernel#execute</code> method. The <code>sizes</code> parameter will be used to allocate direct <code>ByteBuffer</code>s with the correct capacities. The user is responsible for passing appropriate values to avoid crashes. <p></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>command_queue</code> - the command queue</dd><dd><code>user_func</code> - the native kernel</dd><dd><code>mem_list</code> - the CLMem objects</dd><dd><code>sizes</code> - the CLMem object sizes</dd><dd><code>event_wait_list</code> - the event wait list</dd><dd><code>event</code> - the queue event <p></dd> <dt><span class="strong">Returns:</span></dt><dd>the error code</dd></dl> </li> </ul> <a name="clWaitForEvents(org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clWaitForEvents</h4> <pre>public static int clWaitForEvents(<a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_list)</pre> </li> </ul> <a name="clWaitForEvents(org.lwjgl.opencl.CLEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clWaitForEvents</h4> <pre>public static int clWaitForEvents(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</pre> <div class="block">Overloads clWaitForEvents.</div> </li> </ul> <a name="clGetEventInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetEventInfo</h4> <pre>public static int clGetEventInfo(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clRetainEvent(org.lwjgl.opencl.CLEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clRetainEvent</h4> <pre>public static int clRetainEvent(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</pre> </li> </ul> <a name="clReleaseEvent(org.lwjgl.opencl.CLEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clReleaseEvent</h4> <pre>public static int clReleaseEvent(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</pre> </li> </ul> <a name="clEnqueueMarker(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueMarker</h4> <pre>public static int clEnqueueMarker(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event)</pre> </li> </ul> <a name="clEnqueueBarrier(org.lwjgl.opencl.CLCommandQueue)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueBarrier</h4> <pre>public static int clEnqueueBarrier(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</pre> </li> </ul> <a name="clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWaitForEvents</h4> <pre>public static int clEnqueueWaitForEvents(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> event_list)</pre> </li> </ul> <a name="clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clEnqueueWaitForEvents</h4> <pre>public static int clEnqueueWaitForEvents(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue, <a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event)</pre> <div class="block">Overloads clEnqueueWaitForEvents.</div> </li> </ul> <a name="clGetEventProfilingInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clGetEventProfilingInfo</h4> <pre>public static int clGetEventProfilingInfo(<a href="../../../org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</a> event, int param_name, java.nio.ByteBuffer param_value, <a href="../../../org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</a> param_value_size_ret)</pre> </li> </ul> <a name="clFlush(org.lwjgl.opencl.CLCommandQueue)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clFlush</h4> <pre>public static int clFlush(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</pre> </li> </ul> <a name="clFinish(org.lwjgl.opencl.CLCommandQueue)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>clFinish</h4> <pre>public static int clFinish(<a href="../../../org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</a> command_queue)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CL10.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/lwjgl/opencl/CL10.html" target="_top">Frames</a></li> <li><a href="CL10.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li><a href="#field_summary">Field</a> | </li> <li>Constr | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field_detail">Field</a> | </li> <li>Constr | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright © 2002-2009 lwjgl.org. All Rights Reserved.</i></small></p> </body> </html>