Searched defs:CandidateConfig (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigFilter.cpp39 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) function in class:eglu::CandidateConfig
47 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) function in class:eglu::CandidateConfig
53 int CandidateConfig::get (deUint32 attrib) const
61 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); }
62 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); }
63 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); }
64 int CandidateConfig::blueSize (void) const { return get(EGL_BLUE_SIZE); }
65 int CandidateConfig
[all...]
H A DegluConfigFilter.hpp43 class CandidateConfig class in namespace:eglu
46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
47 CandidateConfig (const ConfigInfo& configInfo);
87 typedef bool (*ConfigFilter) (const CandidateConfig& candidate);
100 bool match (const CandidateConfig& candidate) const;

Completed in 213 milliseconds