Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp1116 struct FillTriangle struct in deqp::gles3::Functional::__anonf0d61e2b0111::TriangleFillTest
1118 tcu::Vec4 v0;
1119 tcu::Vec4 c0;
1120 tcu::Vec4 v1;
1121 tcu::Vec4 c1;
1122 tcu::Vec4 v2;
1123 tcu::Vec4 c2;
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp1112 struct FillTriangle struct in deqp::gles2::Functional::__anon07cb73c90111::TriangleFillTest
1114 tcu::Vec4 v0;
1115 tcu::Vec4 c0;
1116 tcu::Vec4 v1;
1117 tcu::Vec4 c1;
1118 tcu::Vec4 v2;
1119 tcu::Vec4 c2;
/external/skia/src/core/
DSkScan_Path.cpp744 void SkScan::FillTriangle(const SkPoint pts[], const SkRasterClip& clip, in FillTriangle() function in SkScan