Uses of Record Class
club.doki7.opencl.handle.CLPlatformId.Ptr
Packages that use CLPlatformId.Ptr
-
Uses of CLPlatformId.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLPlatformId.PtrModifier and TypeMethodDescriptionint
CL.getPlatformIDs
(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) int
CL.icdGetPlatformIDsKHR
(int num_entries, CLPlatformId.Ptr platforms, @Nullable IntPtr num_platforms) -
Uses of CLPlatformId.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLPlatformId.PtrModifier and TypeMethodDescriptionstatic CLPlatformId.Ptr
static CLPlatformId.Ptr
static CLPlatformId.Ptr
CLPlatformId.Ptr.allocate
(Arena arena, @Nullable CLPlatformId @NotNull [] values) static CLPlatformId.Ptr
CLPlatformId.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLPlatformId> values) static CLPlatformId.Ptr
CLPlatformId.Ptr.allocateV
(Arena arena, @Nullable CLPlatformId value0, @Nullable CLPlatformId... values) CLPlatformId.Ptr.offset
(long offset) CLPlatformId.Ptr.reinterpret
(long newSize) Assume theCLPlatformId.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLPlatformId.Ptr
that uses the same backing storage as thisCLPlatformId.Ptr
, but with the new size.CLPlatformId.Ptr.slice
(long end) CLPlatformId.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).