Home
last modified time | relevance | path

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

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