Home
last modified time | relevance | path

Searched refs:apiList (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() argument
462 const vector<string> apiStrs = de::splitString(apiList, ' '); in parseClientAPIs()