Searched refs:m_supportedAPIs (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/egl/
H A DteglTestCase.hpp72 bool isAPISupported (EGLint api) { return m_supportedAPIs.find(api) != m_supportedAPIs.end(); }
95 std::set<EGLint> m_supportedAPIs; member in class:deqp::egl::EglTestContext
H A DteglTestCase.cpp132 m_supportedAPIs.insert(parsedAPI);

Completed in 79 milliseconds