Searched defs:renderTriangle (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp87 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) function in class:deqp::gles3::Functional::__anon20033::ReadPixelsTest
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
H A Des3fMultisampleTests.cpp211 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
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 Vec4& c1, const Vec4& c2) const;
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& c0, const Vec4& c1, const Vec4& c2) const function in class:deqp::gles3::Functional::MultisampleCase
340 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const function in class:deqp::gles3::Functional::MultisampleCase
342 renderTriangle(p0, p1, p2, color, color, color);
345 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const function in class:deqp::gles3::Functional::MultisampleCase
347 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f),
353 void MultisampleCase::renderTriangle (cons function in class:deqp::gles3::Functional::MultisampleCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp172 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
173 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const;
174 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
175 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const;
293 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const function in class:deqp::gles31::Functional::__anon20279::DefaultFBOMultisampleCase
337 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const function in class:deqp::gles31::Functional::__anon20279::DefaultFBOMultisampleCase
339 renderTriangle(p0, p1, p2, color, color, color);
342 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const function in class:deqp::gles31::Functional::__anon20279::DefaultFBOMultisampleCase
344 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f),
350 void DefaultFBOMultisampleCase::renderTriangle (cons function in class:deqp::gles31::Functional::__anon20279::DefaultFBOMultisampleCase
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp187 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
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 Vec4& c1, const Vec4& c2) const;
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& c0, const Vec4& c1, const Vec4& c2) const function in class:deqp::gles2::Functional::MultisampleCase
253 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const function in class:deqp::gles2::Functional::MultisampleCase
255 renderTriangle(p0, p1, p2, color, color, color);
258 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const function in class:deqp::gles2::Functional::MultisampleCase
260 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f),
266 void MultisampleCase::renderTriangle (cons function in class:deqp::gles2::Functional::MultisampleCase
[all...]

Completed in 80 milliseconds