Searched refs:isConformant (Results 1 – 10 of 10) sorted by relevance
67 bool isConformant; member71 TestRunSummary(void) : isConformant(false) in TestRunSummary()78 isConformant = false; in clear()105 bool isConformant() const { return m_summary.isConformant; } in isConformant() function in glcts::TestRunner
142 if (!runner.isConformant()) in main()
661 attribs[1] = qpSetBoolAttrib("Conformant", summary.isConformant ? DE_TRUE : DE_FALSE); in writeRunSummary()809 m_summary.isConformant = isConformant_; in deinit()
116 bool isConformant = (conformantBits & conformantMask) == conformantMask; in getDefaultEglConfigList() local117 bool isAOSPOk = isRenderable && isConformant; in getDefaultEglConfigList()126 bool isOk = isRenderable && isConformant && (numSamples == 0) && !isFloatType && !isYUV; in getDefaultEglConfigList()145 DE_ASSERT(!isRenderable || !isConformant || (numSamples != 0) || isFloatType || isYUV); in getDefaultEglConfigList()149 !isConformant ? EXCLUDEREASON_NOT_CONFORMANT : in getDefaultEglConfigList()
141 static bool isConformant (const eglu::CandidateConfig& c) in isConformant() function204 << isConformant; in getDefaultFilterLists()222 << isConformant in getDefaultFilterLists()
400 static bool isConformant (const eglu::CandidateConfig& c) in isConformant() function452 << isConformant; in getDefaultRenderFilterLists()468 << isConformant in getDefaultRenderFilterLists()
805 glw::GLint isConformant = 0; in getMaxConformantSampleCount() local807 &isConformant); in getMaxConformantSampleCount()810 if (isConformant && gl_supported_samples[i] > maxTextureSamples) in getMaxConformantSampleCount()
1063 glw::GLint isConformant = 0; in getMaxConformantSampleCount() local1065 &isConformant); in getMaxConformantSampleCount()1067 if (isConformant && gl_supported_samples[i] > maxTextureSamples) in getMaxConformantSampleCount()
4824 glw::GLint isConformant = 0; in getMaxConformantSampleCount() local4826 &isConformant); in getMaxConformantSampleCount()4829 if (isConformant && gl_supported_samples[i] > max_conformant_samples) in getMaxConformantSampleCount()
8882 glw::GLint isConformant = 0; in GetMaxConformantSampleCount() local8884 &isConformant); in GetMaxConformantSampleCount()8887 if (isConformant && gl_supported_samples[i] > max_conformant_samples) in GetMaxConformantSampleCount()