Searched defs:normalLen2 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp358 const deInt64 normalLen2 = tcu::lengthSquared(normalDir); local
360 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp361 const deInt64 normalLen2 = tcu::lengthSquared(normalDir); local
363 return (normalDir.z() * normalDir.z() - normalLen2/100) < 0;

Completed in 150 milliseconds