12 module
com { module sun { module star { module sheet { module opencl {
20 boolean isOpenCLEnabled();
25 void enableOpenCL( [in]
boolean enable );
31 void enableAutomaticDeviceSelection( [in]
boolean force );
36 void disableAutomaticDeviceSelection();
42 void selectOpenCLDevice( [in]
long platform, [in]
long device );
57 sequence< OpenCLPlatform > getOpenCLPlatforms();
– idl definition –
Definition: Ambiguous.idl:22
Definition: XOpenCLSelection.idl:14
base interface of all UNO interfaces
Definition: XInterface.idl:47