Searched refs:VerifyTriangleGroupRasterizationLogStash (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuRasterizationVerifier.hpp105 struct VerifyTriangleGroupRasterizationLogStash struct in namespace:tcu
132 bool verifyTriangleGroupRasterization (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, VerificationMode mode = VERIFICATIONMODE_STRICT, VerifyTriangleGroupRasterizationLogStash* logStash = DE_NULL);
H A DtcuRasterizationVerifier.cpp910 bool verifyMultisampleLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, ClipMode clipMode, VerifyTriangleGroupRasterizationLogStash* logStash = DE_NULL)
2237 static void verifyTriangleGroupRasterizationLog (const tcu::Surface& surface, tcu::TestLog& log, VerifyTriangleGroupRasterizationLogStash& logStash)
2263 bool verifyTriangleGroupRasterization (const tcu::Surface& surface, const TriangleSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, VerificationMode mode, VerifyTriangleGroupRasterizationLogStash* logStash)
2410 VerifyTriangleGroupRasterizationLogStash* tempLogStash = (logStash == DE_NULL) ? new VerifyTriangleGroupRasterizationLogStash : logStash;
2444 VerifyTriangleGroupRasterizationLogStash noClippingLogStash;
2445 VerifyTriangleGroupRasterizationLogStash useClippingLogStash;

Completed in 242 milliseconds