Class EXTImageRequirementsInfo
java.lang.Object
org.lwjgl.opencl.EXTImageRequirementsInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic intclGetImageRequirementsInfoEXT(long context, long @Nullable [] properties, long flags, CLImageFormat image_format, CLImageDesc image_desc, int param_name, int @Nullable [] param_value, @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)static intclGetImageRequirementsInfoEXT(long context, long @Nullable [] properties, long flags, CLImageFormat image_format, CLImageDesc image_desc, int param_name, @Nullable ByteBuffer param_value, @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)static intclGetImageRequirementsInfoEXT(long context, @Nullable LongBuffer properties, long flags, CLImageFormat image_format, CLImageDesc image_desc, int param_name, @Nullable ByteBuffer param_value, @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)static intclGetImageRequirementsInfoEXT(long context, @Nullable LongBuffer properties, long flags, CLImageFormat image_format, CLImageDesc image_desc, int param_name, @Nullable IntBuffer param_value, @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)static intclGetImageRequirementsInfoEXT(long context, @Nullable LongBuffer properties, long flags, CLImageFormat image_format, CLImageDesc image_desc, int param_name, @Nullable PointerBuffer param_value, @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)static intnclGetImageRequirementsInfoEXT(long context, long properties, long flags, long image_format, long image_desc, int param_name, long param_value_size, long param_value, long param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
-
Field Details
-
CL_IMAGE_REQUIREMENTS_ROW_PITCH_ALIGNMENT_EXT
public static final int CL_IMAGE_REQUIREMENTS_ROW_PITCH_ALIGNMENT_EXT- See Also:
-
CL_IMAGE_REQUIREMENTS_BASE_ADDRESS_ALIGNMENT_EXT
public static final int CL_IMAGE_REQUIREMENTS_BASE_ADDRESS_ALIGNMENT_EXT- See Also:
-
CL_IMAGE_REQUIREMENTS_SIZE_EXT
public static final int CL_IMAGE_REQUIREMENTS_SIZE_EXT- See Also:
-
CL_IMAGE_REQUIREMENTS_MAX_WIDTH_EXT
public static final int CL_IMAGE_REQUIREMENTS_MAX_WIDTH_EXT- See Also:
-
CL_IMAGE_REQUIREMENTS_MAX_HEIGHT_EXT
public static final int CL_IMAGE_REQUIREMENTS_MAX_HEIGHT_EXT- See Also:
-
CL_IMAGE_REQUIREMENTS_MAX_DEPTH_EXT
public static final int CL_IMAGE_REQUIREMENTS_MAX_DEPTH_EXT- See Also:
-
CL_IMAGE_REQUIREMENTS_MAX_ARRAY_SIZE_EXT
public static final int CL_IMAGE_REQUIREMENTS_MAX_ARRAY_SIZE_EXT- See Also:
-
-
Method Details
-
nclGetImageRequirementsInfoEXT
public static int nclGetImageRequirementsInfoEXT(long context, long properties, long flags, long image_format, long image_desc, int param_name, long param_value_size, long param_value, long param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret) -
clGetImageRequirementsInfoEXT
@NativeType("cl_int") public static int clGetImageRequirementsInfoEXT(@NativeType("cl_context") long context, @NativeType("cl_mem_properties const *") @Nullable LongBuffer properties, @NativeType("cl_mem_flags") long flags, @NativeType("cl_image_format const *") CLImageFormat image_format, @NativeType("cl_image_desc const *") CLImageDesc image_desc, @NativeType("cl_image_requirements_info_ext") int param_name, @NativeType("void *") @Nullable ByteBuffer param_value, @NativeType("size_t *") @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret) -
clGetImageRequirementsInfoEXT
@NativeType("cl_int") public static int clGetImageRequirementsInfoEXT(@NativeType("cl_context") long context, @NativeType("cl_mem_properties const *") @Nullable LongBuffer properties, @NativeType("cl_mem_flags") long flags, @NativeType("cl_image_format const *") CLImageFormat image_format, @NativeType("cl_image_desc const *") CLImageDesc image_desc, @NativeType("cl_image_requirements_info_ext") int param_name, @NativeType("void *") @Nullable IntBuffer param_value, @NativeType("size_t *") @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret) -
clGetImageRequirementsInfoEXT
@NativeType("cl_int") public static int clGetImageRequirementsInfoEXT(@NativeType("cl_context") long context, @NativeType("cl_mem_properties const *") @Nullable LongBuffer properties, @NativeType("cl_mem_flags") long flags, @NativeType("cl_image_format const *") CLImageFormat image_format, @NativeType("cl_image_desc const *") CLImageDesc image_desc, @NativeType("cl_image_requirements_info_ext") int param_name, @NativeType("void *") @Nullable PointerBuffer param_value, @NativeType("size_t *") @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret) -
clGetImageRequirementsInfoEXT
@NativeType("cl_int") public static int clGetImageRequirementsInfoEXT(@NativeType("cl_context") long context, @NativeType("cl_mem_properties const *") long @Nullable [] properties, @NativeType("cl_mem_flags") long flags, @NativeType("cl_image_format const *") CLImageFormat image_format, @NativeType("cl_image_desc const *") CLImageDesc image_desc, @NativeType("cl_image_requirements_info_ext") int param_name, @NativeType("void *") @Nullable ByteBuffer param_value, @NativeType("size_t *") @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret) -
clGetImageRequirementsInfoEXT
@NativeType("cl_int") public static int clGetImageRequirementsInfoEXT(@NativeType("cl_context") long context, @NativeType("cl_mem_properties const *") long @Nullable [] properties, @NativeType("cl_mem_flags") long flags, @NativeType("cl_image_format const *") CLImageFormat image_format, @NativeType("cl_image_desc const *") CLImageDesc image_desc, @NativeType("cl_image_requirements_info_ext") int param_name, @NativeType("void *") int @Nullable [] param_value, @NativeType("size_t *") @Nullable PointerBuffer param_value_size_ret) cl_int clGetImageRequirementsInfoEXT(cl_context context, cl_mem_properties const * properties, cl_mem_flags flags, cl_image_format const * image_format, cl_image_desc const * image_desc, cl_image_requirements_info_ext param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
-