Lines Matching refs:eglu
40 using eglu::ConfigInfo;
42 using namespace eglu;
119 static bool colorBits (const eglu::CandidateConfig& c) in colorBits()
128 static bool notColorBits (const eglu::CandidateConfig& c) in notColorBits()
136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth()
137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()
138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil()
139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()
141 static bool isConformant (const eglu::CandidateConfig& c) in isConformant()
146 static bool notFloat (const eglu::CandidateConfig& c) in notFloat()
156 eglu::ConfigFilter filter; in getDefaultFilterLists()
169 eglu::ConfigFilter filter; in getDefaultFilterLists()
179 eglu::ConfigFilter filter; in getDefaultFilterLists()