/external/deqp/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 187 …void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Ve… 188 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const; 189 …void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Ve… 190 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const; 228 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c… in renderTriangle() function in deqp::gles2::Functional::MultisampleCase 253 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c… in renderTriangle() function in deqp::gles2::Functional::MultisampleCase 255 renderTriangle(p0, p1, p2, color, color, color); in renderTriangle() 258 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c… in renderTriangle() function in deqp::gles2::Functional::MultisampleCase 260 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle() 266 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c… in renderTriangle() function in deqp::gles2::Functional::MultisampleCase [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fMultisampleTests.cpp | 211 …void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Ve… 212 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const; 213 …void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Ve… 214 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const; 315 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase 340 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase 342 renderTriangle(p0, p1, p2, color, color, color); in renderTriangle() 345 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase 347 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle() 353 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase [all …]
|
D | es3fPixelBufferObjectTests.cpp | 87 void renderTriangle (const tcu::Vec3& a, const tcu::Vec3& b, const tcu::Vec3& c); 279 void ReadPixelsTest::renderTriangle (const tcu::Vec3& a, const tcu::Vec3& b, const tcu::Vec3& c) in renderTriangle() function in deqp::gles3::Functional::__anon319157290111::ReadPixelsTest 468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3)); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fMultisampleTests.cpp | 172 …void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const… 173 …void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) co… 174 …void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const… 175 …void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) co… 293 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon931732650111::DefaultFBOMultisampleCase 337 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon931732650111::DefaultFBOMultisampleCase 339 renderTriangle(p0, p1, p2, color, color, color); in renderTriangle() 342 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon931732650111::DefaultFBOMultisampleCase 344 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle() 350 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon931732650111::DefaultFBOMultisampleCase [all …]
|