Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1817 CHECKMETHOD_RENDER, //!< Check values by rendering with the value-checking shader. enumerator
1878 case CHECKMETHOD_RENDER: return "render"; in getCheckMethodName()
1888 case CHECKMETHOD_RENDER: return "Verify values by rendering"; in getCheckMethodDescription()
1977 DE_ASSERT(m_checkMethod == CHECKMETHOD_RENDER); in test()
2249 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp1712 CHECKMETHOD_RENDER, //!< Check values by rendering with the value-checking shader. enumerator
1749 case CHECKMETHOD_RENDER: return "render"; in getCheckMethodName()
1759 case CHECKMETHOD_RENDER: return "Verify values by rendering"; in getCheckMethodDescription()
1833 DE_ASSERT(m_checkMethod == CHECKMETHOD_RENDER); in test()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2319 CHECKMETHOD_RENDER, //!< Check values by rendering with the value-checking shader. enumerator
2380 case CHECKMETHOD_RENDER: return "render"; in getCheckMethodName()
2390 case CHECKMETHOD_RENDER: return "Verify values by rendering"; in getCheckMethodDescription()
2480 DE_ASSERT(m_checkMethod == CHECKMETHOD_RENDER); in test()
2773 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()