Home
last modified time | relevance | path

Searched refs:parseClientAPIs (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/egl/
H A DegluUtil.hpp90 std::vector<eglw::EGLenum> parseClientAPIs (const std::string& apiList);
H A DegluUtil.cpp460 vector<EGLenum> parseClientAPIs (const std::string& apiList) in parseClientAPIs() function
473 return parseClientAPIs(egl.queryString(display, EGL_CLIENT_APIS)); in getClientAPIs()