HomeSort by relevance Sort by last modified time
    Searched defs:valueMin (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.hpp 88 Vec4 valueMin;
94 : valueMin (valueMin_)
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 378 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {}
379 const tcu::Vec4* valueMin;
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
WavePlotView.java 272 double valueMin = -1.0;
273 double valueRange = valueMax - valueMin;

Completed in 317 milliseconds