Home
last modified time | relevance | path

Searched refs:ScopedRenderControlDevice (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h200 class ScopedRenderControlDevice {
202 ScopedRenderControlDevice() {} in ScopedRenderControlDevice() function
204 ScopedRenderControlDevice(GuestRenderControlDispatchTable& dispatch) : mDispatch(&dispatch) { in ScopedRenderControlDevice() function
208 ScopedRenderControlDevice(const ScopedRenderControlDevice& rhs) = delete;
209 ScopedRenderControlDevice& operator=(const ScopedRenderControlDevice& rhs) = delete;
211 ScopedRenderControlDevice(ScopedRenderControlDevice&& rhs) in ScopedRenderControlDevice() function
216 ScopedRenderControlDevice& operator=(ScopedRenderControlDevice&& rhs) {
222 ~ScopedRenderControlDevice() { in ~ScopedRenderControlDevice()
DGfxstreamEnd2EndCompositionTests.cpp28 ScopedRenderControlDevice rcDevice(*mRc); in TEST_P()
104 ScopedRenderControlDevice rcDevice(*mRc); in TEST_P()