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

  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 313 const deUint8 texRedComponent = (deUint8)de::clamp(de::abs(texGradientPosX - 0.5f) * 255.0f + de::abs(texGradientPosY - 0.5f) * 255.0f, 0.0f, 255.0f);
315 const tcu::RGBA refColTexture = tcu::RGBA(texRedComponent, 255, 255, 255);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 321 const deUint8 texRedComponent = (deUint8)de::clamp(de::abs(texGradientPosX - 0.5f) * 255.0f + de::abs(texGradientPosY - 0.5f) * 255.0f, 0.0f, 255.0f);
323 const tcu::RGBA refColTexture = tcu::RGBA(texRedComponent, 255, 255, 255);
    [all...]

Completed in 59 milliseconds