Renderscript

public interface Renderscript


Summary

Public methods

abstract @NonNull Property<@NonNull Boolean>

Returns the renderscript NDK mode.

abstract @NonNull Property<@NonNull Integer>
abstract @NonNull Property<@NonNull Boolean>

Returns the renderscript BLAS support mode.

abstract @NonNull Property<@NonNull Boolean>

Returns the renderscript support mode.

Public methods

getNdkModeEnabled

abstract @NonNull Property<@NonNull Boolean> getNdkModeEnabled()

Returns the renderscript NDK mode.

getOptimLevel

abstract @NonNull Property<@NonNull Integer> getOptimLevel()

getSupportModeBlasEnabled

abstract @NonNull Property<@NonNull Boolean> getSupportModeBlasEnabled()

Returns the renderscript BLAS support mode.

getSupportModeEnabled

abstract @NonNull Property<@NonNull Boolean> getSupportModeEnabled()

Returns the renderscript support mode.