Home
last modified time | relevance | path

Searched refs:getExpectedValue (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp113 static float getExpectedValue (glu::DataType type, int id, const char* name);
193 float UniformLocationCase::getExpectedValue (glu::DataType type, int id, const char* name) in getExpectedValue() function in deqp::gles31::Functional::__anond6e404f00111::UniformLocationCase
330 …const string expectValue = de::floatToString(getExpectedValue(scalarType, location >= 0 ? locatio… in genShaderSources()
567 const float expectedValue = getExpectedValue(scalarType, expectedLocation, typeName); in render()