Home | History | Annotate | Download | only in hwc2

Lines Matching refs:Transform

523             hwc_transform_t transform, hwc2_error_t* outErr = nullptr)
530 transform));
534 ASSERT_EQ(err, HWC2_ERROR_NONE) << "failed to set layer transform "
535 << getTransformName(transform);
955 ASSERT_EQ(err, HWC2_ERROR_NONE) << "failed to set color transform "
3177 /* TESTCASE: Tests that the HWC2 can set the transform value of a layer. */
3184 /* TESTCASE: Tests that the HWC2 can update the transform value of a layer. */
3191 /* TESTCASE: Tests that the HWC2 cannot set the transform for a bad layer. */
3756 {Hwc2TestPropertyName::Transform, Hwc2TestCoverage::Basic},
4016 * transform. */
4022 {{Hwc2TestPropertyName::Transform, Hwc2TestCoverage::Complete}};
4030 * transform. */
4036 {{Hwc2TestPropertyName::Transform, Hwc2TestCoverage::Complete},
4267 /* Values for the color transform matrices were precomputed using the source code
4294 /* TESTCASE: Tests that the HWC2 can set the identity color transform */
4306 /* TESTCASE: Tests that the HWC2 cannot set the color transform for a bad
4320 /* TESTCASE: Tests that the HWC2 cannot set an invalid color transform. */