ADL (AMD Display Library) Public APIs
Version 17.1
|
This group outlines ViewPort Related APIs. More...
Functions | |
int | ADL2_Display_ViewPort_Cap (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported) |
Function to check if the selected adapter supports the view port control. More... | |
int | ADL2_Display_ViewPort_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, ADLControllerMode *lpControllerMode) |
Function to get the view position, view size or view pan lock of a selected display. More... | |
int | ADL2_Display_ViewPort_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, ADLControllerMode *lpControllerMode) |
Function to change the view position, view size or view pan lock of a selected display. More... | |
int | ADL_Display_ViewPort_Cap (int iAdapterIndex, int *lpSupported) |
Function to check if the selected adapter supports the view port control. More... | |
int | ADL_Display_ViewPort_Get (int iAdapterIndex, int iDisplayIndex, ADLControllerMode *lpControllerMode) |
Function to get the view position, view size or view pan lock of a selected display. More... | |
int | ADL_Display_ViewPort_Set (int iAdapterIndex, int iDisplayIndex, ADLControllerMode *lpControllerMode) |
Function to change the view position, view size or view pan lock of a selected display. More... | |
This group outlines ViewPort Related APIs.
int ADL2_Display_ViewPort_Cap | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int * | lpSupported | ||
) |
Function to check if the selected adapter supports the view port control.
This function used to check if the selected adapter supports the view port control.
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[out] | lpSupported | is if this adapter supports the view port control. ADL_TRUE: the view port control are supported; otherwise: not supported. |
int ADL2_Display_ViewPort_Get | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | iDisplayIndex, | ||
ADLControllerMode * | lpControllerMode | ||
) |
Function to get the view position, view size or view pan lock of a selected display.
This function used to get the view position, view size or view pan lock of a selected display.
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[out] | lpControllerMode | The pointer to the ADLControllerMode structure. |
int ADL2_Display_ViewPort_Set | ( | ADL_CONTEXT_HANDLE | context, |
int | iAdapterIndex, | ||
int | iDisplayIndex, | ||
ADLControllerMode * | lpControllerMode | ||
) |
Function to change the view position, view size or view pan lock of a selected display.
This function used to change the view position, view size or view pan lock of a selected display.
[in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | lpControllerMode. | The pointer to the ADLControllerMode structure. |
int ADL_Display_ViewPort_Cap | ( | int | iAdapterIndex, |
int * | lpSupported | ||
) |
Function to check if the selected adapter supports the view port control.
This function used to check if the selected adapter supports the view port control.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[out] | lpSupported | is if this adapter supports the view port control. ADL_TRUE: the view port control are supported; otherwise: not supported. |
int ADL_Display_ViewPort_Get | ( | int | iAdapterIndex, |
int | iDisplayIndex, | ||
ADLControllerMode * | lpControllerMode | ||
) |
Function to get the view position, view size or view pan lock of a selected display.
This function used to get the view position, view size or view pan lock of a selected display.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[out] | lpControllerMode | The pointer to the ADLControllerMode structure. |
int ADL_Display_ViewPort_Set | ( | int | iAdapterIndex, |
int | iDisplayIndex, | ||
ADLControllerMode * | lpControllerMode | ||
) |
Function to change the view position, view size or view pan lock of a selected display.
This function used to change the view position, view size or view pan lock of a selected display.
[in] | iAdapterIndex | The ADL index handle of the desired adapter. |
[in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
[in] | lpControllerMode. | The pointer to the ADLControllerMode structure. |