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

/external/deqp/framework/egl/
H A DegluConfigFilter.cpp40 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) function in class:eglu::CandidateConfig
48 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) function in class:eglu::CandidateConfig
54 int CandidateConfig::get (deUint32 attrib) const
74 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); }
75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); }
76 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); }
77 int CandidateConfig::blueSize (void) const { return get(EGL_BLUE_SIZE); }
78 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);
88 typedef bool (*ConfigFilter) (const CandidateConfig& candidate);
101 bool match (const CandidateConfig& candidate) const;

Completed in 71 milliseconds