Home
last modified time | relevance | path

Searched defs:FillTriangle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp1220 struct FillTriangle struct in deqp::gles3::Functional::__anonb4447de20111::TriangleFillTest
1222 tcu::Vec4 v0;
1223 tcu::Vec4 c0;
1224 tcu::Vec4 v1;
1225 tcu::Vec4 c1;
1226 tcu::Vec4 v2;
1227 tcu::Vec4 c2;
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp1216 struct FillTriangle struct in deqp::gles2::Functional::__anoncb39d3800111::TriangleFillTest
1218 tcu::Vec4 v0;
1219 tcu::Vec4 c0;
1220 tcu::Vec4 v1;
1221 tcu::Vec4 c1;
1222 tcu::Vec4 v2;
1223 tcu::Vec4 c2;
/aosp_15_r20/external/skia/src/core/
H A DSkScan_Path.cpp754 void SkScan::FillTriangle(const SkPoint pts[], const SkRasterClip& clip, in FillTriangle() function in SkScan