Searched refs:checkConfigSupport (Results 1 – 14 of 14) sorted by relevance
28 bool checkConfigSupport(egl::Config *config) override;
38 bool DisplayVkGGP::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkGGP
29 bool checkConfigSupport(egl::Config *config) override;
38 bool DisplayVkFuchsia::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkFuchsia
34 bool checkConfigSupport(egl::Config *config) override;
92 bool DisplayVkXcb::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkXcb
32 bool checkConfigSupport(egl::Config *config) override;
142 bool DisplayVkWin32::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkWin32
55 bool DisplayVkMac::checkConfigSupport(egl::Config *config)
30 bool checkConfigSupport(egl::Config *config) override;
58 bool DisplayVkAndroid::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkAndroid
82 virtual bool checkConfigSupport(egl::Config *config) = 0;
716 if (display->checkConfigSupport(&config)) in GenerateConfigs()