OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CandidateConfig
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/egl/
egluConfigFilter.cpp
39
CandidateConfig
::
CandidateConfig
(const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config)
47
CandidateConfig
::
CandidateConfig
(const ConfigInfo& configInfo)
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
::alphaSize (void) const { return get(EGL_ALPHA_SIZE);
[
all
...]
egluConfigFilter.hpp
43
class
CandidateConfig
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 38 milliseconds