Uses of Enum
com.aparapi.Kernel.EXECUTION_MODE
Packages that use Kernel.EXECUTION_MODE
-
Uses of Kernel.EXECUTION_MODE in com.aparapi
Fields in com.aparapi declared as Kernel.EXECUTION_MODEFields in com.aparapi with type parameters of type Kernel.EXECUTION_MODEModifier and TypeFieldDescriptionprivate Iterator<Kernel.EXECUTION_MODE> Kernel.currentModeDeprecated.private final LinkedHashSet<Kernel.EXECUTION_MODE> Kernel.executionModesDeprecated.Methods in com.aparapi that return Kernel.EXECUTION_MODEModifier and TypeMethodDescriptionKernel.getExecutionMode()Deprecated.(package private) static Kernel.EXECUTION_MODEKernel.EXECUTION_MODE.getFallbackExecutionMode()Deprecated.static Kernel.EXECUTION_MODEDeprecated.Returns the enum constant of this type with the specified name.static Kernel.EXECUTION_MODE[]Kernel.EXECUTION_MODE.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aparapi that return types with arguments of type Kernel.EXECUTION_MODEModifier and TypeMethodDescription(package private) static LinkedHashSet<Kernel.EXECUTION_MODE> Kernel.EXECUTION_MODE.getDefaultExecutionModes()Deprecated.(package private) static LinkedHashSet<Kernel.EXECUTION_MODE> Kernel.EXECUTION_MODE.getExecutionModeFromString(String executionMode) Deprecated.Methods in com.aparapi with parameters of type Kernel.EXECUTION_MODEModifier and TypeMethodDescriptionvoidKernel.addExecutionModes(Kernel.EXECUTION_MODE... platforms) Deprecated.voidKernel.setExecutionMode(Kernel.EXECUTION_MODE _executionMode) Deprecated.voidKernel.setExecutionModeWithoutFallback(Kernel.EXECUTION_MODE _executionMode) Method parameters in com.aparapi with type arguments of type Kernel.EXECUTION_MODEModifier and TypeMethodDescription(package private) static booleanKernel.EXECUTION_MODE.anyOpenCL(LinkedHashSet<Kernel.EXECUTION_MODE> _executionModes) Deprecated.
Kernel.EXECUTION_MODE.