android_stub: Update platform headers to include gralloc1.h.
This header is used in anv and radv, and soon turnip. Since the script just checks out master, this also bumps the headers to upstream 02dfcc7c1562 ("Merge "Merge Android R"") Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6821>
This commit is contained in:
@@ -316,6 +316,15 @@ int ANativeWindow_setSharedBufferMode(ANativeWindow* window, bool sharedBufferMo
|
||||
*/
|
||||
int ANativeWindow_setAutoRefresh(ANativeWindow* window, bool autoRefresh);
|
||||
|
||||
/*
|
||||
* Enable/disable the auto prerotation at buffer allocation when the buffer size
|
||||
* is driven by the consumer.
|
||||
*
|
||||
* When buffer size is driven by the consumer and the transform hint specifies
|
||||
* a 90 or 270 degree rotation, if auto prerotation is enabled, the width and
|
||||
* height used for dequeueBuffer will be additionally swapped.
|
||||
*/
|
||||
int ANativeWindow_setAutoPrerotation(ANativeWindow* window, bool autoPrerotation);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user