Searched defs:rangeMax_ (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp236 Value (ValueType valueType_, float rangeMin_, float rangeMax_) argument
239 , rangeMax (rangeMax_)
368 ShaderValue (DataType type_, float rangeMin_, float rangeMax_) argument
371 , rangeMax (rangeMax_)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp303 Value (ValueType valueType_, const float rangeMin_, const float rangeMax_) argument
306 , rangeMax (rangeMax_)
504 ShaderValue (DataType type_, const float rangeMin_, const float rangeMax_) argument
507 , rangeMax (rangeMax_)
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp417 Value (ValueType valueType_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_) argument
420 , rangeMax (rangeMax_)
621 ShaderValue (DataType type_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_) argument
624 , rangeMax (rangeMax_)

Completed in 117 milliseconds