HomeSort by relevance Sort by last modified time
    Searched refs:m_useNegativeValues (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 183 const bool m_useNegativeValues;
201 , m_useNegativeValues (useNegative)
240 const float minRange = (m_useNegativeValues) ? (-maxRange) : (0.0f);
306 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
344 if (m_useNegativeValues)
404 const tcu::Vec4 positiveNormalizedValue = ((m_useNegativeValues) ? ((normalizedValue + tcu::Vec4(1.0f)) / 2.0f) : (normalizedValue));
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 259 const bool m_useNegativeValues;
277 , m_useNegativeValues (useNegative)
316 const float minRange = (m_useNegativeValues) ? (-maxRange) : (0.0f);
382 const tcu::Vec4 testValue = ((m_useNegativeValues) ? (testValues[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (testValues[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
421 if (m_useNegativeValues)
481 const tcu::Vec4 positiveNormalizedValue = ((m_useNegativeValues) ? ((normalizedValue + tcu::Vec4(1.0f)) / 2.0f) : (normalizedValue));

Completed in 74 milliseconds