Searched refs:CandidateConfig (Results 1 – 13 of 13) sorted by relevance
39 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConf… in CandidateConfig() function in eglu::CandidateConfig47 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) in CandidateConfig() function in eglu::CandidateConfig53 int CandidateConfig::get (deUint32 attrib) const in get()61 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()62 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize()63 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); } in greenSize()64 int CandidateConfig::blueSize (void) const { return get(EGL_BLUE_SIZE); } in blueSize()65 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize()66 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize()67 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize()[all …]
43 class CandidateConfig class46 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;
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()
372 static bool colorBits (const eglu::CandidateConfig& c) in colorBits()381 static bool notColorBits (const eglu::CandidateConfig& c) in notColorBits()390 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()395 static bool isConformant (const eglu::CandidateConfig& c) in isConformant()
1024 static bool colorBits (const eglu::CandidateConfig& c) in colorBits()1032 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth()1033 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()1034 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil()1035 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()1038 static bool renderable (const eglu::CandidateConfig& c) in renderable()
75 static bool renderable (const eglu::CandidateConfig& c) in renderable()
44 static bool renderable (const eglu::CandidateConfig& c) in renderable()50 static bool notRenderable (const eglu::CandidateConfig& c) in notRenderable()56 static bool surfaceBits (const eglu::CandidateConfig& c) in surfaceBits()62 static bool notSurfaceBits (const eglu::CandidateConfig& c) in notSurfaceBits()
285 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
438 static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) !… in isWindow()
565 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
601 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
682 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
1047 static bool renderable (const eglu::CandidateConfig& c) in renderable()