From c53e0845e79ec234448ace26c6e225bea4541d9e Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 25 Nov 2013 22:13:32 +0100 Subject: add methods to enable and disable automatic device selection Change-Id: I7136ad48ad3f20c60b77838225ce6c927514acff --- offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'offapi') 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 @@ -24,6 +24,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 -- cgit