Searched defs:RasterizationArguments (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.hpp99 struct RasterizationArguments struct in namespace:deqp::gls::RasterizationTestUtil
120 * by RasterizationArguments. Triangles should not be z-clipped.
126 bool verifyTriangleGroupRasterization (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, VerificationMode mode = VERIFICATIONMODE_STRICT);
131 * by RasterizationArguments. Lines should not be z-clipped.
137 bool verifyLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
142 * by RasterizationArguments. Points should not be z-clipped.
148 bool verifyPointGroupRasterization (const tcu::Surface& surface, const PointSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
159 bool verifyTriangleGroupInterpolation (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);
170 LineInterpolationMethod verifyLineGroupInterpolation (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log);

Completed in 151 milliseconds