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

/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp447 void verifyStateSamplerParamFloatVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint sampler, glw::GLenum pname, const tcu::Vec4& expected, QueryType type);
H A DglsTextureStateQueryTests.cpp2385 verifyStateSamplerParamFloatVec4(result, gl, m_target, m_pname, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), m_type);
2419 verifyStateSamplerParamFloatVec4(result, gl, m_target, m_pname, color, m_type);
H A DglsStateQueryUtil.cpp2166 void verifyStateSamplerParamFloatVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint sampler, glw::GLenum pname, const tcu::Vec4& expected, QueryType type) function in namespace:deqp::gls::StateQueryUtil

Completed in 84 milliseconds