Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp1220 struct FillTriangle struct in deqp::gles3::Functional::__anon10fa58620111::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;
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp1216 struct FillTriangle struct in deqp::gles2::Functional::__anon27efae000111::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;
/external/skia/src/core/
DSkScan_Path.cpp750 void SkScan::FillTriangle(const SkPoint pts[], const SkRasterClip& clip, in FillTriangle() function in SkScan