summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl')
-rw-r--r--offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
index 26ab32885ac7..994867e6a069 100644
--- a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
+++ b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
@@ -25,6 +25,17 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface
void enableOpenCL( [in] boolean enable );
/**
+ * Enables automatic OpenCL Device Selection
+ * @param force forces a new evaluation of the best device
+ */
+ void enableAutomaticDeviceSelection( [in] boolean force );
+
+ /**
+ * Disbales automatic OpenCL Device Selection
+ */
+ void disableAutomaticDeviceSelection();
+
+ /**
* Set the OpenCL device with the platform ID and device ID
* Uses the ID of the platform and the device
*/