OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_supportedClientAPIs
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglApiCase.cpp
54
m_supportedClientAPIs
= eglu::getClientAPIs(m_eglTestCtx.getLibrary(), m_display);
63
m_supportedClientAPIs
.clear();
82
return de::contains(
m_supportedClientAPIs
.begin(),
m_supportedClientAPIs
.end(), api);
teglApiCase.hpp
71
std::vector<eglw::EGLenum>
m_supportedClientAPIs
;
Completed in 401 milliseconds