Home
last modified time | relevance | path

Searched refs:checkConfigSupport (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/ggp/
DDisplayVkGGP.h28 bool checkConfigSupport(egl::Config *config) override;
DDisplayVkGGP.cpp38 bool DisplayVkGGP::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkGGP
/external/angle/src/libANGLE/renderer/vulkan/fuchsia/
DDisplayVkFuchsia.h29 bool checkConfigSupport(egl::Config *config) override;
DDisplayVkFuchsia.cpp38 bool DisplayVkFuchsia::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkFuchsia
/external/angle/src/libANGLE/renderer/vulkan/xcb/
DDisplayVkXcb.h34 bool checkConfigSupport(egl::Config *config) override;
DDisplayVkXcb.cpp92 bool DisplayVkXcb::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkXcb
/external/angle/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.h32 bool checkConfigSupport(egl::Config *config) override;
DDisplayVkWin32.cpp142 bool DisplayVkWin32::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkWin32
/external/angle/src/libANGLE/renderer/vulkan/mac/
DDisplayVkMac.h34 bool checkConfigSupport(egl::Config *config) override;
DDisplayVkMac.mm55 bool DisplayVkMac::checkConfigSupport(egl::Config *config)
/external/angle/src/libANGLE/renderer/vulkan/android/
DDisplayVkAndroid.h30 bool checkConfigSupport(egl::Config *config) override;
DDisplayVkAndroid.cpp58 bool DisplayVkAndroid::checkConfigSupport(egl::Config *config) in checkConfigSupport() function in rx::DisplayVkAndroid
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h82 virtual bool checkConfigSupport(egl::Config *config) = 0;
Dvk_caps_utils.cpp716 if (display->checkConfigSupport(&config)) in GenerateConfigs()