Home
last modified time | relevance | path

Searched refs:CHECKMETHOD_RENDER (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1807 CHECKMETHOD_RENDER, //!< Check values by rendering with the value-checking shader. enumerator
1868 case CHECKMETHOD_RENDER: return "render"; in getCheckMethodName()
1878 case CHECKMETHOD_RENDER: return "Verify values by rendering"; in getCheckMethodDescription()
1967 DE_ASSERT(m_checkMethod == CHECKMETHOD_RENDER); in test()
2239 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1702 CHECKMETHOD_RENDER, //!< Check values by rendering with the value-checking shader. enumerator
1739 case CHECKMETHOD_RENDER: return "render"; in getCheckMethodName()
1749 case CHECKMETHOD_RENDER: return "Verify values by rendering"; in getCheckMethodDescription()
1823 DE_ASSERT(m_checkMethod == CHECKMETHOD_RENDER); in test()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2309 CHECKMETHOD_RENDER, //!< Check values by rendering with the value-checking shader. enumerator
2370 case CHECKMETHOD_RENDER: return "render"; in getCheckMethodName()
2380 case CHECKMETHOD_RENDER: return "Verify values by rendering"; in getCheckMethodDescription()
2470 DE_ASSERT(m_checkMethod == CHECKMETHOD_RENDER); in test()
2763 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()