Lines Matching refs:mSurfaceControl
160 return mBlastBufferQueueAdapter->mSurfaceControl; in getSurfaceControl()
227 mSurfaceControl = mClient->createSurface(String8("TestSurface"), mDisplayWidth, in SetUp()
351 sp<SurfaceControl> mSurfaceControl; member in android::BLASTBufferQueueTest
364 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
365 ASSERT_EQ(mSurfaceControl, adapter.getSurfaceControl()); in TEST_F()
372 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
392 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
400 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
432 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
470 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
518 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
565 BLASTBufferQueueHelper adapter(mSurfaceControl, bufferSideLength, bufferSideLength); in TEST_F()
615 BLASTBufferQueueHelper adapter(mSurfaceControl, windowSize.getWidth(), windowSize.getHeight()); in TEST_F()
672 BLASTBufferQueueHelper adapter(mSurfaceControl, windowSize.getWidth(), windowSize.getHeight()); in TEST_F()
730 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight / 4); in TEST_F()
767 adapter.update(mSurfaceControl, mDisplayWidth, mDisplayHeight / 2); in TEST_F()
808 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
846 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
886 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
934 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
988 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1038 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1081 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1113 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1144 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1163 sync.setBuffer(mSurfaceControl, nullptr); in TEST_F()
1178 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1188 .setLayerStack(mSurfaceControl, ui::DEFAULT_LAYER_STACK) in TEST_F()
1189 .setLayer(mSurfaceControl, std::numeric_limits<int32_t>::max()) in TEST_F()
1190 .show(mSurfaceControl) in TEST_F()
1191 .setDataspace(mSurfaceControl, ui::Dataspace::V0_SRGB) in TEST_F()
1221 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1231 .setLayerStack(mSurfaceControl, ui::DEFAULT_LAYER_STACK) in TEST_F()
1232 .setLayer(mSurfaceControl, std::numeric_limits<int32_t>::max()) in TEST_F()
1233 .show(mSurfaceControl) in TEST_F()
1234 .setDataspace(mSurfaceControl, ui::Dataspace::V0_SRGB) in TEST_F()
1273 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1303 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1316 mSurfaceControl->setTransformHint(ui::Transform::ROT_90); in TEST_F()
1318 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1340 mSurfaceControl->setTransformHint(ui::Transform::ROT_0); in TEST_F()
1341 adapter.update(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1359 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in test()
1573 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1673 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()
1793 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F()