HomeSort by relevance Sort by last modified time
    Searched refs:CandidateConfig (Results 1 - 18 of 18) sorted by null

  /external/deqp/framework/egl/
egluConfigFilter.cpp 39 CandidateConfig::CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config)
47 CandidateConfig::CandidateConfig (const ConfigInfo& configInfo)
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::alphaSize (void) const { return get(EGL_ALPHA_SIZE);
    [all...]
egluConfigFilter.hpp 43 class CandidateConfig
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/
teglSimpleConfigCase.cpp 119 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)
teglColorClearTests.cpp 75 static bool renderable (const eglu::CandidateConfig& c)
teglRenderCase.cpp 372 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)
teglNegativePartialUpdateTests.cpp 80 bool isWindow (const CandidateConfig& c)
85 bool isPbuffer (const CandidateConfig& c)
90 bool isES2Renderable (const CandidateConfig& c)
95 bool hasPreserveSwap (const CandidateConfig& c)
teglCreateContextExtTests.cpp 1010 static bool colorBits (const eglu::CandidateConfig& c)
1018 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; }
1019 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
1020 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
1021 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
1024 static bool renderable (const eglu::CandidateConfig& c)
    [all...]
teglMultiContextTests.cpp 89 bool isES2Renderable (const eglu::CandidateConfig& c)
teglNegativeApiTests.cpp 47 static bool renderable (const eglu::CandidateConfig& c)
53 static bool notRenderable (const eglu::CandidateConfig& c)
59 static bool surfaceBits (const eglu::CandidateConfig& c)
65 static bool notSurfaceBits (const eglu::CandidateConfig& c)
    [all...]
teglBufferAgeTests.cpp 665 bool isWindow (const eglu::CandidateConfig& c)
670 bool isES2Renderable (const eglu::CandidateConfig& c)
675 bool hasPreserveSwap (const eglu::CandidateConfig& c)
teglSwapBuffersWithDamageTests.cpp 723 bool isWindow (const eglu::CandidateConfig& c)
728 bool isES2Renderable (const eglu::CandidateConfig& c)
733 bool hasPreserveSwap (const eglu::CandidateConfig& c)
teglCreateSurfaceTests.cpp 285 static bool surfaceType (const eglu::CandidateConfig& c)
teglSwapBuffersTests.cpp 438 static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) != 0; }
teglPartialUpdateTests.cpp 616 bool isWindow (const eglu::CandidateConfig& c)
621 bool isES2Renderable (const eglu::CandidateConfig& c)
teglNativeColorMappingTests.cpp 565 static bool surfaceType (const eglu::CandidateConfig& c)
teglNativeCoordMappingTests.cpp 601 static bool surfaceType (const eglu::CandidateConfig& c)
teglQuerySurfaceTests.cpp 682 static bool surfaceType (const eglu::CandidateConfig& c)
teglRenderTests.cpp     [all...]

Completed in 113 milliseconds