Searched refs:cornerDepth (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 1077 const float cornerDepth = float(m_targetSize); in testPolygonOffset() local 1081 tcu::Vec4(-1, -1, -cornerDepth, 1), in testPolygonOffset() 1082 tcu::Vec4(-1, 1, -cornerDepth, 1), in testPolygonOffset() 1083 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() 1088 tcu::Vec4( 1, -1, -cornerDepth, 1), in testPolygonOffset()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 1080 const float cornerDepth = float(m_targetSize); in testPolygonOffset() local 1084 tcu::Vec4(-1, -1, -cornerDepth, 1), in testPolygonOffset() 1085 tcu::Vec4(-1, 1, -cornerDepth, 1), in testPolygonOffset() 1086 tcu::Vec4( 1, -1, cornerDepth, 1), in testPolygonOffset() 1089 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()
|