Lines Matching refs:mRefreshArgs

1046     CompositionRefreshArgs mRefreshArgs;  member
1178 mRefreshArgs.layers.push_back(mLayer1.layerFE); in OutputPrepareTest()
1179 mRefreshArgs.layers.push_back(mLayer2.layerFE); in OutputPrepareTest()
1188 CompositionRefreshArgs mRefreshArgs; member
1197 mRefreshArgs.bufferIdsToUncache = {1, 3, 5}; in TEST_F()
1199 EXPECT_CALL(mOutput, rebuildLayerStacks(Ref(mRefreshArgs), Ref(mGeomSnapshots))); in TEST_F()
1200 EXPECT_CALL(mLayer1.outputLayer, uncacheBuffers(Ref(mRefreshArgs.bufferIdsToUncache))); in TEST_F()
1201 EXPECT_CALL(mLayer2.outputLayer, uncacheBuffers(Ref(mRefreshArgs.bufferIdsToUncache))); in TEST_F()
1203 mOutput.prepare(mRefreshArgs, mGeomSnapshots); in TEST_F()
1209 mRefreshArgs.bufferIdsToUncache = {}; in TEST_F()
1211 EXPECT_CALL(mOutput, rebuildLayerStacks(Ref(mRefreshArgs), Ref(mGeomSnapshots))); in TEST_F()
1215 mOutput.prepare(mRefreshArgs, mGeomSnapshots); in TEST_F()
1237 mRefreshArgs.updatingOutputGeometryThisFrame = true; in OutputRebuildLayerStacksTest()
1241 EXPECT_CALL(mOutput, collectVisibleLayers(Ref(mRefreshArgs), _)) in OutputRebuildLayerStacksTest()
1257 CompositionRefreshArgs mRefreshArgs; member
1271 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1275 mRefreshArgs.updatingOutputGeometryThisFrame = false; in TEST_F()
1277 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1285 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1295 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1305 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1315 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1326 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1337 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F()
1377 mRefreshArgs.layers.push_back(mLayer1.layerFE); in OutputCollectVisibleLayersTest()
1378 mRefreshArgs.layers.push_back(mLayer2.layerFE); in OutputCollectVisibleLayersTest()
1379 mRefreshArgs.layers.push_back(mLayer3.layerFE); in OutputCollectVisibleLayersTest()
1383 CompositionRefreshArgs mRefreshArgs; member
1392 mRefreshArgs.layers.clear(); in TEST_F()
1395 EXPECT_CALL(mOutput, setReleasedLayers(Ref(mRefreshArgs))); in TEST_F()
1398 mOutput.collectVisibleLayers(mRefreshArgs, mCoverageState); in TEST_F()
1410 EXPECT_CALL(mOutput, setReleasedLayers(Ref(mRefreshArgs))); in TEST_F()
1413 mOutput.collectVisibleLayers(mRefreshArgs, mCoverageState); in TEST_F()
2115 void execute() { getInstance()->mOutput.updateColorProfile(getInstance()->mRefreshArgs); } in execute()
2126 CompositionRefreshArgs mRefreshArgs; member
2142 mRefreshArgs.outputColorSetting = OutputColorSetting::kUnmanaged; in TEST_F()
2144 mOutput.updateColorProfile(mRefreshArgs); in TEST_F()
2151 mRefreshArgs.outputColorSetting = OutputColorSetting::kEnhanced; in OutputUpdateColorProfileTest_GetBestColorModeResultBecomesSetProfile()
2200 mRefreshArgs.outputColorSetting = OutputColorSetting::kEnhanced; in OutputUpdateColorProfileTest_TopmostLayerPreferenceSetsOutputPreference()
2319 mRefreshArgs.outputColorSetting = OutputColorSetting::kEnhanced; in OutputUpdateColorProfileTest_ForceOutputColorOverrides()
2330 getInstance()->mRefreshArgs.forceOutputColorMode = colorMode; in ifForceOutputColorMode()
2374 mRefreshArgs.outputColorSetting = OutputColorSetting::kEnhanced; in OutputUpdateColorProfileTest_Hdr()
2652 mRefreshArgs.outputColorSetting = OutputColorSetting::kEnhanced; in OutputUpdateColorProfile_AffectsChosenRenderIntentTest()
2682 getInstance()->mRefreshArgs.outputColorSetting = setting; in andOutputColorSettingIs()
2935 CompositionRefreshArgs mRefreshArgs; member
2942 mRefreshArgs.devOptFlashDirtyRegionsDelay = {}; in TEST_F()
2945 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()
2949 mRefreshArgs.devOptFlashDirtyRegionsDelay = std::chrono::microseconds(1); in TEST_F()
2957 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()
2961 mRefreshArgs.devOptFlashDirtyRegionsDelay = std::chrono::microseconds(1); in TEST_F()
2970 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()
2974 mRefreshArgs.devOptFlashDirtyRegionsDelay = std::chrono::microseconds(1); in TEST_F()
2987 mOutput.devOptRepaintFlash(mRefreshArgs); in TEST_F()
5353 mRefreshArgs.outputs = {mOutput}; in OutputPresentFrameAndReleaseLayersAsyncTest()
5359 CompositionRefreshArgs mRefreshArgs; member
5366 mOutput->present(mRefreshArgs); in TEST_F()
5375 mOutput->present(mRefreshArgs); in TEST_F()
5386 mOutput->present(mRefreshArgs); in TEST_F()
5387 mOutput->present(mRefreshArgs); in TEST_F()