Home
last modified time | relevance | path

Searched refs:getClientAPIs (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglApiCase.cpp54 m_supportedClientAPIs = eglu::getClientAPIs(m_eglTestCtx.getLibrary(), m_display); in init()
DteglQueryContextTests.cpp323 const vector<EGLenum> supportedAPIs = eglu::getClientAPIs(egl, display); in iterate()
/external/deqp/framework/egl/
DegluUtil.hpp91 std::vector<eglw::EGLenum> getClientAPIs (const eglw::Library& egl, eglw::EGLDisplay display);
DegluUtil.cpp471 vector<EGLenum> getClientAPIs (const eglw::Library& egl, eglw::EGLDisplay display) in getClientAPIs() function