Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigFilter.cpp39 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConf… in CandidateConfig() function in eglu::CandidateConfig
47 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) in CandidateConfig() function in eglu::CandidateConfig
53 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 …]
DegluConfigFilter.hpp43 class CandidateConfig class
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/
DteglSimpleConfigCase.cpp119 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()
DteglRenderCase.cpp372 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()
DteglCreateContextExtTests.cpp1024 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()
DteglColorClearTests.cpp75 static bool renderable (const eglu::CandidateConfig& c) in renderable()
DteglNegativeApiTests.cpp44 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()
DteglCreateSurfaceTests.cpp285 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
DteglSwapBuffersTests.cpp438 static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) !… in isWindow()
DteglNativeColorMappingTests.cpp565 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
DteglNativeCoordMappingTests.cpp601 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
DteglQuerySurfaceTests.cpp682 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
DteglRenderTests.cpp1047 static bool renderable (const eglu::CandidateConfig& c) in renderable()