Uses of Record Class
club.doki7.opencl.datatype.CLMemExtHostPtr
Packages that use CLMemExtHostPtr
-
Uses of CLMemExtHostPtr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLMemExtHostPtrModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_mem_ext_host_ptr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLMemExtHostPtrModifier and TypeMethodDescriptionstatic CLMemExtHostPtr
CLMemExtHostPtr.allocationType
(int value) @NotNull CLMemExtHostPtr
CLMemExtHostPtr.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLMemExtHostPtr
CLMemExtHostPtr.clone
(Arena arena, CLMemExtHostPtr src) @NotNull CLMemExtHostPtr
CLMemAndroidNativeBufferHostPtr.extHostPtr()
@NotNull CLMemExtHostPtr
CLMemIonHostPtr.extHostPtr()
CLMemExtHostPtr.hostCachePolicy
(int value) CLMemExtHostPtr.Ptr.toArray()
Methods in club.doki7.opencl.datatype that return types with arguments of type CLMemExtHostPtrModifier and TypeMethodDescription@NotNull Iterator
<CLMemExtHostPtr> CLMemExtHostPtr.Ptr.iterator()
Methods in club.doki7.opencl.datatype with parameters of type CLMemExtHostPtrModifier and TypeMethodDescriptionstatic CLMemExtHostPtr
CLMemExtHostPtr.clone
(Arena arena, CLMemExtHostPtr src) CLMemAndroidNativeBufferHostPtr.extHostPtr
(@NotNull CLMemExtHostPtr value) CLMemIonHostPtr.extHostPtr
(@NotNull CLMemExtHostPtr value) void
CLMemExtHostPtr.Ptr.write
(long index, @NotNull CLMemExtHostPtr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLMemExtHostPtrModifier and TypeMethodDescriptionCLMemExtHostPtr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLMemExtHostPtr> consumer) CLMemAndroidNativeBufferHostPtr.extHostPtr
(Consumer<@NotNull CLMemExtHostPtr> consumer) CLMemIonHostPtr.extHostPtr
(Consumer<@NotNull CLMemExtHostPtr> consumer)