Uses of Record Class
club.doki7.opencl.datatype.CLImageFormat
Packages that use CLImageFormat
-
Uses of CLImageFormat in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLImageFormatModifier and TypeMethodDescription@Nullable CLMemCL.createImage(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable club.doki7.ffm.ptr.IntPtr errcode_ret) @Nullable CLMemCL.createImage2D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageRowPitch, @NotNull MemorySegment host_ptr, @Nullable club.doki7.ffm.ptr.IntPtr errcode_ret) @Nullable CLMemCL.createImage3D(@Nullable CLContext context, long flags, @Nullable CLImageFormat image_format, long imageWidth, long imageHeight, long imageDepth, long imageRowPitch, long imageSlicePitch, @NotNull MemorySegment host_ptr, @Nullable club.doki7.ffm.ptr.IntPtr errcode_ret) @Nullable CLMemCL.createImageWithProperties(@Nullable CLContext context, @Nullable club.doki7.ffm.ptr.LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, @NotNull MemorySegment host_ptr, @Nullable club.doki7.ffm.ptr.IntPtr errcode_ret) intCL.getDeviceImageInfoQCOM(@Nullable CLDeviceId device, long imageWidth, long imageHeight, @Nullable CLImageFormat image_format, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable club.doki7.ffm.ptr.PointerPtr param_value_size_ret) intCL.getImageRequirementsInfoEXT(@Nullable CLContext context, @Nullable club.doki7.ffm.ptr.LongPtr properties, long flags, @Nullable CLImageFormat image_format, @Nullable CLImageDesc image_desc, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable club.doki7.ffm.ptr.PointerPtr param_value_size_ret) intCL.getSupportedImageFormats(@Nullable CLContext context, long flags, int imageType, int num_entries, @Nullable CLImageFormat image_formats, @Nullable club.doki7.ffm.ptr.IntPtr num_image_formats) -
Uses of CLImageFormat in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLImageFormatModifier and TypeMethodDescriptionstatic CLImageFormat@NotNull CLImageFormatCLImageFormat.Ptr.at(long index) static CLImageFormatCLImageFormat.clone(Arena arena, CLImageFormat src) CLImageFormat.imageChannelDataType(int value) CLImageFormat.imageChannelOrder(int value) CLImageFormat.Ptr.toArray()Methods in club.doki7.opencl.datatype that return types with arguments of type CLImageFormatMethods in club.doki7.opencl.datatype with parameters of type CLImageFormatModifier and TypeMethodDescriptionstatic CLImageFormatCLImageFormat.clone(Arena arena, CLImageFormat src) voidCLImageFormat.Ptr.write(long index, @NotNull CLImageFormat value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLImageFormatModifier and TypeMethodDescriptionCLImageFormat.Ptr.at(long index, @NotNull Consumer<@NotNull CLImageFormat> consumer)