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

  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 358 const deInt64 normalLen2 = tcu::lengthSquared(normalDir);
360 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 361 const deInt64 normalLen2 = tcu::lengthSquared(normalDir);
363 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;
    [all...]

Completed in 440 milliseconds