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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 84 const float strictness = 0.5f; local
85 DE_ASSERT(0.0f < strictness && strictness <= 1.0f);
88 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 102 const float strictness = 0.5f; local
103 DE_ASSERT(0.0f < strictness && strictness <= 1.0f);
106 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
    [all...]

Completed in 98 milliseconds