/external/deqp/framework/egl/ |
D | egluConfigFilter.cpp | 40 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 …]
|
D | egluConfigFilter.hpp | 43 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/ |
D | teglSimpleConfigCase.cpp | 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()
|
D | teglRenderCase.cpp | 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() 400 static bool notFloat (const eglu::CandidateConfig& c) in notFloat()
|
D | teglCreateContextExtTests.cpp | 1010 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()
|
D | teglThreadCleanUpTests.cpp | 48 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable() 53 bool isPBuffer (const eglu::CandidateConfig& c) in isPBuffer()
|
D | teglNegativePartialUpdateTests.cpp | 80 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()
|
D | teglColorClearTests.cpp | 75 static bool renderable (const eglu::CandidateConfig& c) in renderable()
|
D | teglBufferAgeTests.cpp | 669 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()
|
D | teglSwapBuffersWithDamageTests.cpp | 723 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()
|
D | teglMultiContextTests.cpp | 89 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
|
D | teglNegativeApiTests.cpp | 47 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()
|
D | teglCreateSurfaceTests.cpp | 285 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
|
D | teglPartialUpdateTests.cpp | 620 bool isWindow (const eglu::CandidateConfig& c) in isWindow() 625 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable()
|
D | teglSwapBuffersTests.cpp | 438 static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) !… in isWindow()
|
D | teglNativeColorMappingTests.cpp | 565 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
|
D | teglNativeCoordMappingTests.cpp | 601 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
|
D | teglGetFrameTimestampsTests.cpp | 754 bool isWindow (const eglu::CandidateConfig& c) in isWindow()
|
D | teglQuerySurfaceTests.cpp | 682 static bool surfaceType (const eglu::CandidateConfig& c) in surfaceType()
|
D | teglRobustnessTests.cpp | 112 bool isWindow (const eglu::CandidateConfig& c) in isWindow() 118 bool renderable (const eglu::CandidateConfig& c) in renderable()
|
D | teglRenderTests.cpp | 1047 static bool renderable (const eglu::CandidateConfig& c) in renderable()
|