Searched refs:m_projective (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 109 bool m_projective; member in deqp::gles2::Accuracy::InterpolationCase 117 , m_projective (projective) in InterpolationCase() 201 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 | 1410 const bool m_projective; member in deqp::gles2::Functional::__anon6a6326e30111::TriangleInterpolationTest 1420 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest() 1507 if (!m_projective) in generateVertices() 1607 const bool m_projective; member in deqp::gles2::Functional::__anon6a6326e30111::LineInterpolationTest 1617 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest() 1734 if (!m_projective) in generateVertices()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 1687 const bool m_projective; member in deqp::gles3::Functional::__anonfb419e850111::TriangleInterpolationTest 1697 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest() 1785 if (!m_projective) in generateVertices() 1915 const bool m_projective; member in deqp::gles3::Functional::__anonfb419e850111::LineInterpolationTest 1928 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest() 2087 if (!m_projective) in generateVertices()
|