Lines Matching full:supportspresent
534 void setSupportsPresent(bool supportsPresent) {
535 mSupportsPresent = supportsPresent;
1064 int supportsPresent = -1;
1066 NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &supportsPresent);
1067 EXPECT_EQ(displayPresentSupported, supportsPresent);
1075 int supportsPresent = -1;
1077 NATIVE_WINDOW_FRAME_TIMESTAMPS_SUPPORTS_PRESENT, &supportsPresent);
1078 EXPECT_EQ(displayPresentSupported, supportsPresent);