Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A 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()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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->containsSeveralSamplerTypes()) in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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->containsSeveralSamplerTypes()) in init()

Completed in 14 milliseconds