Home
last modified time | relevance | path

Searched refs:renderTriangle (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
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;
317 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const in renderTriangle() function in deqp::gles3::Functional::MultisampleCase
342 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const 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& c0, const Vec4& c1, const Vec4& c2) const in renderTriangle() function in deqp::gles3::Functional::MultisampleCase
349 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle()
355 void MultisampleCase::renderTriangle (cons function in deqp::gles3::Functional::MultisampleCase
[all...]
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) in renderTriangle() function in deqp::gles3::Functional::__anon30577::ReadPixelsTest
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3)); in iterate()
/third_party/vk-gl-cts/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 in renderTriangle() function in deqp::gles2::Functional::MultisampleCase
253 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& color) const 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& c0, const Vec4& c1, const Vec4& c2) const in renderTriangle() function in deqp::gles2::Functional::MultisampleCase
260 renderTriangle(Vec3(p0.x(), p0.y(), 0.0f), in renderTriangle()
266 void MultisampleCase::renderTriangle (cons function in deqp::gles2::Functional::MultisampleCase
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp75 bool renderTriangle = true; member
136 if (data->renderTriangle) { in DoRender()
228 data->renderTriangle = !data->renderTriangle; in OnKeyPress()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleTests.cpp176 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
177 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
178 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& color) const;
302 void DefaultFBOMultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const in renderTriangle() function in deqp::gles31::Functional::__anon30838::DefaultFBOMultisampleCase
346 void DefaultFBOMultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const in renderTriangle() function in deqp::gles31::Functional::__anon30838::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, const Vec4& color) const in renderTriangle() function in deqp::gles31::Functional::__anon30838::DefaultFBOMultisampleCase
356 renderTriangle(p0, p1, p2, color, color, color); in renderTriangle()
361 renderTriangle(p0, p1, p2, c0, c1, c2); in renderQuad()
362 renderTriangle(p in renderQuad()
[all...]

Completed in 6 milliseconds