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

  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 316 const tcu::RGBA refColGradient = tcu::RGBA((int)((float)x / (float)TEST_CANVAS_SIZE * 255.0f), 255, 255, 255);
317 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 324 const tcu::RGBA refColGradient = tcu::RGBA((int)((float)x / (float)TEST_CANVAS_SIZE * 255.0f), 255, 255, 255);
325 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient);
    [all...]

Completed in 1237 milliseconds