Searched refs:BLASTBufferQueueHelper (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | BLASTBufferQueue_test.cpp | 43 class BLASTBufferQueueHelper { class 45 BLASTBufferQueueHelper(const sp<SurfaceControl>& sc, int width, int height) { in BLASTBufferQueueHelper() function in android::BLASTBufferQueueHelper 125 void setUpProducer(BLASTBufferQueueHelper adapter, sp<IGraphicBufferProducer>& producer) { in setUpProducer() 217 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() 225 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() 236 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() 243 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() 274 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() 315 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() 358 BLASTBufferQueueHelper adapter(mSurfaceControl, mDisplayWidth, mDisplayHeight); in TEST_F() [all …]
|
/frameworks/native/libs/gui/include/gui/ |
D | BLASTBufferQueue.h | 89 friend class BLASTBufferQueueHelper;
|