Searched refs:fillWithComponentGradientsStyled (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 950 void fillWithComponentGradientsStyled (const PixelBufferAccess& access, const Vec4& minVal, const V… in fillWithComponentGradientsStyled() function 961 …fillWithComponentGradientsStyled(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_DEPTH),… in fillWithComponentGradientsStyled() 963 …fillWithComponentGradientsStyled(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_STENCIL… in fillWithComponentGradientsStyled() 978 fillWithComponentGradientsStyled(access, minVal, maxVal, GRADIENT_STYLE_OLD); in fillWithComponentGradients() 983 fillWithComponentGradientsStyled(access, minVal, maxVal, GRADIENT_STYLE_NEW); in fillWithComponentGradients2() 988 fillWithComponentGradientsStyled(access, minVal, maxVal, GRADIENT_STYLE_PYRAMID); in fillWithComponentGradients3()
|