Searched refs:getClientExtensions (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/egl/
H A DegluUtil.cpp86 vector<string> getClientExtensions (const Library& egl) function in namespace:eglu
239 const vector<string> platformExts = getClientExtensions(egl);
292 const vector<string> platformExts = getClientExtensions(egl);
333 const vector<string> platformExts = getClientExtensions(egl);
H A DegluUtil.hpp59 std::vector<std::string> getClientExtensions (const eglw::Library& egl);
/external/deqp/modules/egl/
H A DteglGetProcAddressTests.cpp129 m_supported = eglu::getClientExtensions(m_eglTestCtx.getLibrary());
H A DteglCreateSurfaceTests.cpp59 std::vector<std::string> extensions = eglu::getClientExtensions(egl);

Completed in 95 milliseconds