HomeSort by relevance Sort by last modified time
    Searched defs:isAPISupported (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglApiCase.hpp 59 bool isAPISupported (EGLenum api) const { return m_eglTestCtx.isAPISupported(api); }
teglTestCase.hpp 72 bool isAPISupported (EGLint api) { return m_supportedAPIs.find(api) != m_supportedAPIs.end(); }

Completed in 785 milliseconds