Uses of Class
com.aparapi.Kernel.EXECUTION_MODE
-
Packages that use Kernel.EXECUTION_MODE Package Description com.aparapi -
-
Uses of Kernel.EXECUTION_MODE in com.aparapi
Fields in com.aparapi declared as Kernel.EXECUTION_MODE Modifier and Type Field Description private Kernel.EXECUTION_MODE
Kernel. executionMode
Deprecated.Fields in com.aparapi with type parameters of type Kernel.EXECUTION_MODE Modifier and Type Field Description private java.util.Iterator<Kernel.EXECUTION_MODE>
Kernel. currentMode
Deprecated.private java.util.LinkedHashSet<Kernel.EXECUTION_MODE>
Kernel. executionModes
Deprecated.Methods in com.aparapi that return Kernel.EXECUTION_MODE Modifier and Type Method Description Kernel.EXECUTION_MODE
Kernel. getExecutionMode()
Deprecated.(package private) static Kernel.EXECUTION_MODE
Kernel.EXECUTION_MODE. getFallbackExecutionMode()
Deprecated.static Kernel.EXECUTION_MODE
Kernel.EXECUTION_MODE. valueOf(java.lang.String name)
Deprecated.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_MODE Modifier and Type Method Description (package private) static java.util.LinkedHashSet<Kernel.EXECUTION_MODE>
Kernel.EXECUTION_MODE. getDefaultExecutionModes()
Deprecated.(package private) static java.util.LinkedHashSet<Kernel.EXECUTION_MODE>
Kernel.EXECUTION_MODE. getExecutionModeFromString(java.lang.String executionMode)
Deprecated.Methods in com.aparapi with parameters of type Kernel.EXECUTION_MODE Modifier and Type Method Description void
Kernel. addExecutionModes(Kernel.EXECUTION_MODE... platforms)
Deprecated.void
Kernel. setExecutionMode(Kernel.EXECUTION_MODE _executionMode)
Deprecated.void
Kernel. setExecutionModeWithoutFallback(Kernel.EXECUTION_MODE _executionMode)
Method parameters in com.aparapi with type arguments of type Kernel.EXECUTION_MODE Modifier and Type Method Description (package private) static boolean
Kernel.EXECUTION_MODE. anyOpenCL(java.util.LinkedHashSet<Kernel.EXECUTION_MODE> _executionModes)
Deprecated.
-