OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:faceForward
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/common/
tcuVectorUtil.hpp
87
inline float
faceForward
(float n, float i, float ref) { return ((ref * i) < 0.0f) ? n : -n; }
182
inline Vector<T, Size>
faceForward
(const Vector<T, Size>& n, const Vector<T, Size>& i, const Vector<T, Size>& ref)
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp
[
all
...]
Completed in 1003 milliseconds