Searched refs:m_projective (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 112 bool m_projective; member in deqp::gles3::Accuracy::InterpolationCase 120 , m_projective (projective) in InterpolationCase() 208 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 110 bool m_projective; member in deqp::gles2::Accuracy::InterpolationCase 118 , m_projective (projective) in InterpolationCase() 202 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1542 const bool m_projective; member in deqp::gles2::Functional::__anona543ef4c0111::TriangleInterpolationTest 1552 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest() 1639 if (!m_projective) in generateVertices() 1739 const bool m_projective; member in deqp::gles2::Functional::__anona543ef4c0111::LineInterpolationTest 1749 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest() 1866 if (!m_projective) in generateVertices()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 1691 const bool m_projective; member in deqp::gles3::Functional::__anon362266ee0111::TriangleInterpolationTest 1701 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest() 1789 if (!m_projective) in generateVertices() 1919 const bool m_projective; member in deqp::gles3::Functional::__anon362266ee0111::LineInterpolationTest 1932 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest() 2091 if (!m_projective) in generateVertices()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 2646 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTestInstance() 2662 const bool m_projective; member in vkt::rasterization::__anonf66987dd0111::TriangleInterpolationTestInstance 2743 if (!m_projective) in generateVertices() 2889 const bool m_projective; member in vkt::rasterization::__anonf66987dd0111::LineInterpolationTestInstance 2903 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTestInstance() 3029 if (!m_projective) in generateVertices()
|