Searched refs:verifyStateSamplerParamFloatVec4 (Results 1 - 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
H A D | glsStateQueryUtil.hpp | 447 void verifyStateSamplerParamFloatVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLuint sampler, glw::GLenum pname, const tcu::Vec4& expected, QueryType type);
|
H A D | glsTextureStateQueryTests.cpp | 2385 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 D | glsStateQueryUtil.cpp | 2166 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