Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsStateQueryUtil.hpp435 void verifyStateTextureParamFloat (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::G…
DglsTextureStateQueryTests.cpp1301 verifyStateTextureParamFloat(result, gl, m_target, m_pname, (float)ref, m_type); in test()
1315 verifyStateTextureParamFloat(result, gl, m_target, m_pname, (float)ref, m_type); in test()
1330 verifyStateTextureParamFloat(result, gl, m_target, m_pname, ref, m_type); in test()
1342 verifyStateTextureParamFloat(result, gl, m_target, m_pname, (float)ref, m_type); in test()
DglsStateQueryUtil.cpp2066 void verifyStateTextureParamFloat (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLen… in verifyStateTextureParamFloat() function