Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.hpp90 std::vector<eglw::EGLenum> parseClientAPIs (const std::string& apiList);
DegluUtil.cpp460 vector<EGLenum> parseClientAPIs (const std::string& apiList) in parseClientAPIs() function
473 return parseClientAPIs(egl.queryString(display, EGL_CLIENT_APIS)); in getClientAPIs()