Searched refs:m_projective (Results 1 – 5 of 5) sorted by relevance
/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/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/functional/ |
D | es2fRasterizationTests.cpp | 1414 const bool m_projective; member in deqp::gles2::Functional::__anon6a6326e30111::TriangleInterpolationTest 1424 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest() 1511 if (!m_projective) in generateVertices() 1611 const bool m_projective; member in deqp::gles2::Functional::__anon6a6326e30111::LineInterpolationTest 1621 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest() 1738 if (!m_projective) in generateVertices()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 1691 const bool m_projective; member in deqp::gles3::Functional::__anonfb419e850111::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::__anonfb419e850111::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 | 2350 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTestInstance() 2366 const bool m_projective; member in vkt::rasterization::__anon5184a2b40111::TriangleInterpolationTestInstance 2447 if (!m_projective) in generateVertices() 2593 const bool m_projective; member in vkt::rasterization::__anon5184a2b40111::LineInterpolationTestInstance 2607 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTestInstance() 2733 if (!m_projective) in generateVertices()
|