Class INTELCreateBufferWithProperties

java.lang.Object
org.lwjgl.opencl.INTELCreateBufferWithProperties

public class INTELCreateBufferWithProperties extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, double[] host_ptr, int @Nullable [] errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, float[] host_ptr, int @Nullable [] errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, int[] host_ptr, int @Nullable [] errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, short[] host_ptr, int @Nullable [] errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, ByteBuffer host_ptr, int @Nullable [] errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, long size, @Nullable IntBuffer errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, ByteBuffer host_ptr, @Nullable IntBuffer errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, DoubleBuffer host_ptr, @Nullable IntBuffer errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, FloatBuffer host_ptr, @Nullable IntBuffer errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, IntBuffer host_ptr, @Nullable IntBuffer errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, ShortBuffer host_ptr, @Nullable IntBuffer errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    static long
    nclCreateBufferWithPropertiesINTEL(long context, long properties, long flags, long size, long host_ptr, long errcode_ret)
    cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nclCreateBufferWithPropertiesINTEL

      public static long nclCreateBufferWithPropertiesINTEL(long context, long properties, long flags, long size, long host_ptr, long errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, long size, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, ByteBuffer host_ptr, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, ShortBuffer host_ptr, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, IntBuffer host_ptr, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, FloatBuffer host_ptr, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, @Nullable LongBuffer properties, long flags, DoubleBuffer host_ptr, @Nullable IntBuffer errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, ByteBuffer host_ptr, int @Nullable [] errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, short[] host_ptr, int @Nullable [] errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, int[] host_ptr, int @Nullable [] errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, float[] host_ptr, int @Nullable [] errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
    • clCreateBufferWithPropertiesINTEL

      public static long clCreateBufferWithPropertiesINTEL(long context, long @Nullable [] properties, long flags, double[] host_ptr, int @Nullable [] errcode_ret)
      cl_mem clCreateBufferWithPropertiesINTEL(cl_context context, cl_mem_properties_intel const * properties, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)