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

  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 271 const deUint8 redComponent = (deUint8)de::clamp(de::abs((float)x / (float)textureSize - 0.5f) * 255.0f + de::abs((float)y / (float)textureSize - 0.5f) * 255.0f, 0.0f, 255.0f);
273 buffer[x * textureSize + y] = tcu::Vector<deUint8, 4>(redComponent, 255, 255, 255);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 279 const deUint8 redComponent = (deUint8)de::clamp(de::abs((float)x / (float)textureSize - 0.5f) * 255.0f + de::abs((float)y / (float)textureSize - 0.5f) * 255.0f, 0.0f, 255.0f);
281 buffer[x * textureSize + y] = tcu::Vector<deUint8, 4>(redComponent, 255, 255, 255);
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 269 milliseconds