Searched refs:ScopedRenderControlDevice (Results 1 – 2 of 2) sorted by relevance
200 class ScopedRenderControlDevice {202 ScopedRenderControlDevice() {} in ScopedRenderControlDevice() function204 ScopedRenderControlDevice(GuestRenderControlDispatchTable& dispatch) : mDispatch(&dispatch) { in ScopedRenderControlDevice() function208 ScopedRenderControlDevice(const ScopedRenderControlDevice& rhs) = delete;209 ScopedRenderControlDevice& operator=(const ScopedRenderControlDevice& rhs) = delete;211 ScopedRenderControlDevice(ScopedRenderControlDevice&& rhs) in ScopedRenderControlDevice() function216 ScopedRenderControlDevice& operator=(ScopedRenderControlDevice&& rhs) {222 ~ScopedRenderControlDevice() { in ~ScopedRenderControlDevice()
28 ScopedRenderControlDevice rcDevice(*mRc); in TEST_P()104 ScopedRenderControlDevice rcDevice(*mRc); in TEST_P()