Searched refs:CandidateConfig (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigFilter.cpp39 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) function in class:eglu::CandidateConfig
47 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) function in class:eglu::CandidateConfig
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
[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);
87 typedef bool (*ConfigFilter) (const CandidateConfig& candidate);
100 bool match (const CandidateConfig& candidate) const;
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp119 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)
H A DteglColorClearTests.cpp75 static bool renderable (const eglu::CandidateConfig& c)
H A DteglRenderCase.cpp372 static bool colorBits (const eglu::CandidateConfig& c)
381 static bool notColorBits (const eglu::CandidateConfig& c)
390 static bool surfaceType (const eglu::CandidateConfig& c)
395 static bool isConformant (const eglu::CandidateConfig& c)
H A DteglCreateContextExtTests.cpp1024 static bool colorBits (const eglu::CandidateConfig& c)
1032 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; }
1033 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
1034 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
1035 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
1038 static bool renderable (const eglu::CandidateConfig& c)
H A DteglNegativeApiTests.cpp44 static bool renderable (const eglu::CandidateConfig& c)
50 static bool notRenderable (const eglu::CandidateConfig& c)
56 static bool surfaceBits (const eglu::CandidateConfig& c)
62 static bool notSurfaceBits (const eglu::CandidateConfig& c)
H A DteglCreateSurfaceTests.cpp285 static bool surfaceType (const eglu::CandidateConfig& c)
H A DteglSwapBuffersTests.cpp438 static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) != 0; }
H A DteglNativeColorMappingTests.cpp565 static bool surfaceType (const eglu::CandidateConfig& c)
H A DteglNativeCoordMappingTests.cpp601 static bool surfaceType (const eglu::CandidateConfig& c)
H A DteglQuerySurfaceTests.cpp682 static bool surfaceType (const eglu::CandidateConfig& c)
H A DteglRenderTests.cpp1047 static bool renderable (const eglu::CandidateConfig& c)

Completed in 138 milliseconds