Uses of Record Class
club.doki7.opencl.datatype.VAImageFormatCLREF
Packages that use VAImageFormatCLREF
-
Uses of VAImageFormatCLREF in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type VAImageFormatCLREFModifier and TypeMethodDescriptionintCL.getSupportedVA_APIMediaSurfaceFormatsINTEL(@Nullable CLContext context, long flags, int imageType, int plane, int num_entries, @Nullable VAImageFormatCLREF va_api_formats, @Nullable IntPtr num_surface_formats) -
Uses of VAImageFormatCLREF in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type VAImageFormatCLREFModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.opencl.datatype that return VAImageFormatCLREFModifier and TypeMethodDescriptionstatic VAImageFormatCLREFVAImageFormatCLREF.alpha_mask(int value) @NotNull VAImageFormatCLREFVAImageFormatCLREF.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VAImageFormatCLREF.bits_per_pixel(int value) VAImageFormatCLREF.blue_mask(int value) VAImageFormatCLREF.byte_order(int value) static VAImageFormatCLREFVAImageFormatCLREF.clone(Arena arena, VAImageFormatCLREF src) VAImageFormatCLREF.depth(int value) VAImageFormatCLREF.fourcc(int value) VAImageFormatCLREF.green_mask(int value) VAImageFormatCLREF.red_mask(int value) VAImageFormatCLREF.Ptr.toArray()VAImageFormatCLREF.va_reserved(IntPtr value) VAImageFormatCLREF.va_reserved(@NotNull Consumer<IntPtr> consumer) Methods in club.doki7.opencl.datatype that return types with arguments of type VAImageFormatCLREFModifier and TypeMethodDescription@NotNull Iterator<VAImageFormatCLREF> VAImageFormatCLREF.Ptr.iterator()Methods in club.doki7.opencl.datatype with parameters of type VAImageFormatCLREFModifier and TypeMethodDescriptionstatic VAImageFormatCLREFVAImageFormatCLREF.clone(Arena arena, VAImageFormatCLREF src) voidVAImageFormatCLREF.Ptr.write(long index, @NotNull VAImageFormatCLREF value) Method parameters in club.doki7.opencl.datatype with type arguments of type VAImageFormatCLREFModifier and TypeMethodDescriptionVAImageFormatCLREF.Ptr.at(long index, @NotNull Consumer<@NotNull VAImageFormatCLREF> consumer)