mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
egl: make _eglFilterConfigArray static
Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24292>
This commit is contained in:
parent
109a6b8cd7
commit
78714a4328
2 changed files with 1 additions and 9 deletions
|
|
@ -699,7 +699,7 @@ _eglSortConfigs(const _EGLConfig **configs, EGLint count,
|
|||
* A helper function for implementing eglChooseConfig. See _eglFilterArray and
|
||||
* _eglSortConfigs for the meanings of match and compare.
|
||||
*/
|
||||
EGLBoolean
|
||||
static EGLBoolean
|
||||
_eglFilterConfigArray(_EGLArray *array, EGLConfig *configs, EGLint config_size,
|
||||
EGLint *num_configs,
|
||||
EGLBoolean (*match)(const _EGLConfig *, void *),
|
||||
|
|
|
|||
|
|
@ -199,14 +199,6 @@ extern EGLint
|
|||
_eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
||||
const _EGLConfig *criteria, EGLBoolean compare_id);
|
||||
|
||||
extern EGLBoolean
|
||||
_eglFilterConfigArray(_EGLArray *array, EGLConfig *configs, EGLint config_size,
|
||||
EGLint *num_configs,
|
||||
EGLBoolean (*match)(const _EGLConfig *, void *),
|
||||
EGLint (*compare)(const _EGLConfig *, const _EGLConfig *,
|
||||
void *),
|
||||
void *filter_data);
|
||||
|
||||
extern EGLBoolean
|
||||
_eglChooseConfig(_EGLDisplay *disp, const EGLint *attrib_list,
|
||||
EGLConfig *configs, EGLint config_size, EGLint *num_config);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue