Home | History | Annotate | Download | only in egl

Lines Matching refs:eglu

40 using eglu::ConfigInfo;
42 using namespace eglu;
119 static bool colorBits (const eglu::CandidateConfig& c)
128 static bool notColorBits (const eglu::CandidateConfig& c)
136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; }
137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
141 static bool isConformant (const eglu::CandidateConfig& c)
151 eglu::ConfigFilter filter;
164 eglu::ConfigFilter filter;
174 eglu::ConfigFilter filter;