Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigFilter.cpp40 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConf… in CandidateConfig() function in eglu::CandidateConfig
48 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo) in CandidateConfig() function in eglu::CandidateConfig
54 int CandidateConfig::get (deUint32 attrib) const in get()
74 int CandidateConfig::id (void) const { return get(EGL_CONFIG_ID); } in id()
75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize()
76 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); } in greenSize()
77 int CandidateConfig::blueSize (void) const { return get(EGL_BLUE_SIZE); } in blueSize()
78 int CandidateConfig::alphaSize (void) const { return get(EGL_ALPHA_SIZE); } in alphaSize()
79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize()
80 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);
88 typedef bool (*ConfigFilter) (const CandidateConfig& candidate);
101 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()
146 static bool notFloat (const eglu::CandidateConfig& c) in notFloat()
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()
400 static bool notFloat (const eglu::CandidateConfig& c) in notFloat()
DteglCreateContextExtTests.cpp1010 static bool colorBits (const eglu::CandidateConfig& c) in colorBits()
1018 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth()
1019 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()
1020 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil()
1021 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()
1024 static bool renderable (const eglu::CandidateConfig& c) in renderable()
DteglThreadCleanUpTests.cpp48 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
53 bool isPBuffer (const eglu::CandidateConfig& c) in isPBuffer()
DteglNegativePartialUpdateTests.cpp80 bool isWindow (const CandidateConfig& c) in isWindow()
85 bool isPbuffer (const CandidateConfig& c) in isPbuffer()
90 bool isES2Renderable (const CandidateConfig& c) in isES2Renderable()
95 bool hasPreserveSwap (const CandidateConfig& c) in hasPreserveSwap()
DteglColorClearTests.cpp75 static bool renderable (const eglu::CandidateConfig& c) in renderable()
DteglBufferAgeTests.cpp669 bool isWindow (const eglu::CandidateConfig& c) in isWindow()
674 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
679 bool hasPreserveSwap (const eglu::CandidateConfig& c) in hasPreserveSwap()
DteglSwapBuffersWithDamageTests.cpp723 bool isWindow (const eglu::CandidateConfig& c) in isWindow()
728 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
733 bool hasPreserveSwap (const eglu::CandidateConfig& c) in hasPreserveSwap()
DteglMultiContextTests.cpp89 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
DteglNegativeApiTests.cpp47 static bool renderable (const eglu::CandidateConfig& c) in renderable()
53 static bool notRenderable (const eglu::CandidateConfig& c) in notRenderable()
59 static bool surfaceBits (const eglu::CandidateConfig& c) in surfaceBits()
65 static bool notSurfaceBits (const eglu::CandidateConfig& c) in notSurfaceBits()
DteglCreateSurfaceTests.cpp285 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
DteglPartialUpdateTests.cpp620 bool isWindow (const eglu::CandidateConfig& c) in isWindow()
625 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
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()
DteglGetFrameTimestampsTests.cpp754 bool isWindow (const eglu::CandidateConfig& c) in isWindow()
DteglQuerySurfaceTests.cpp682 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
DteglRobustnessTests.cpp112 bool isWindow (const eglu::CandidateConfig& c) in isWindow()
118 bool renderable (const eglu::CandidateConfig& c) in renderable()
DteglRenderTests.cpp1047 static bool renderable (const eglu::CandidateConfig& c) in renderable()