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

  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 493 int minRGB = de::min(redSize, de::min(greenSize, blueSize));
520 rank.add(4, de::min(minRGB, alphaSize));
523 rank.add(4, minRGB);
  /external/deqp/modules/egl/
teglRenderTests.cpp 147 const float minRGB = 0.2f;
179 color.x() = rnd.getFloat(minRGB, maxRGB);
180 color.y() = rnd.getFloat(minRGB, maxRGB);
181 color.z() = rnd.getFloat(minRGB, maxRGB);
    [all...]

Completed in 332 milliseconds