Home
last modified time | relevance | path

Searched refs:renderTriangle (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp187 …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/
Des3fMultisampleTests.cpp211 …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;
317 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase
342 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase
344 renderTriangle(p0, p1, p2, color, color, color); in renderTriangle()
347 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase
349 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle()
355 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c… in renderTriangle() function in deqp::gles3::Functional::MultisampleCase
[all …]
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) in renderTriangle() function in deqp::gles3::Functional::__anon93b46c700111::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/
Des31fMultisampleTests.cpp176 …void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const…
177 …void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const…
178 …void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) co…
302 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon058cbc2c0111::DefaultFBOMultisampleCase
346 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon058cbc2c0111::DefaultFBOMultisampleCase
348 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle()
354 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, con… in renderTriangle() function in deqp::gles31::Functional::__anon058cbc2c0111::DefaultFBOMultisampleCase
356 renderTriangle(p0, p1, p2, color, color, color); in renderTriangle()
361 renderTriangle(p0, p1, p2, c0, c1, c2); in renderQuad()
362 renderTriangle(p2, p1, p3, c2, c1, c3); in renderQuad()
[all …]