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

/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp509 static VarValue getSamplerFillValue (const VarValue& sampler) function in namespace:deqp::gles31::Functional
594 result << shaderVarValueStr(getSamplerFillValue(value));
1407 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp492 static VarValue getSamplerFillValue (const VarValue& sampler) function in namespace:deqp
536 result << shaderVarValueStr(getSamplerFillValue(value));
1533 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp558 static VarValue getSamplerFillValue (const VarValue& sampler) function in namespace:deqp
643 result << shaderVarValueStr(getSamplerFillValue(value));
1904 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;

Completed in 593 milliseconds