Searched refs:cornerDepth (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 1083 const float cornerDepth = float(m_targetSize); in testPolygonOffset() local 1087 tcu::Vec4(-1, -1, -cornerDepth, 1), in testPolygonOffset() 1088 tcu::Vec4(-1, 1, -cornerDepth, 1), in testPolygonOffset() 1089 tcu::Vec4( 1, -1, cornerDepth, 1), in testPolygonOffset() 1092 tcu::Vec4(-1, 1, cornerDepth, 1), in testPolygonOffset() 1093 tcu::Vec4( 1, 1, cornerDepth, 1), in testPolygonOffset() 1094 tcu::Vec4( 1, -1, -cornerDepth, 1), in testPolygonOffset()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 1081 const float cornerDepth = float(m_targetSize); in testPolygonOffset() local 1085 tcu::Vec4(-1, -1, -cornerDepth, 1), in testPolygonOffset() 1086 tcu::Vec4(-1, 1, -cornerDepth, 1), in testPolygonOffset() 1087 tcu::Vec4( 1, -1, cornerDepth, 1), in testPolygonOffset() 1090 tcu::Vec4(-1, 1, cornerDepth, 1), in testPolygonOffset() 1091 tcu::Vec4( 1, 1, cornerDepth, 1), in testPolygonOffset() 1092 tcu::Vec4( 1, -1, -cornerDepth, 1), in testPolygonOffset()
|
Completed in 4 milliseconds