Searched refs:redChannelValue (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 115 …de::MovePtr<glu::Texture2D> createTexture (glu::DataType samplerType, float redChannelValue, int… 491 … UniformLocationCase::createTexture (glu::DataType samplerType, float redChannelValue, int binding) in createTexture() argument 505 tcu::clear(tex->getRefTexture().getLevel(0), tcu::IVec4(int(redChannelValue), 0, 0, 0)); in createTexture() 507 tcu::clear(tex->getRefTexture().getLevel(0), tcu::Vec4(redChannelValue, 0.0f, 0.0f, 1.0f)); in createTexture()
|