Searched refs:GuestRenderControlDispatchTable (Results 1 – 2 of 2) sorted by relevance
194 struct GuestRenderControlDispatchTable { struct204 ScopedRenderControlDevice(GuestRenderControlDispatchTable& dispatch) : mDispatch(&dispatch) { in ScopedRenderControlDevice() argument233 GuestRenderControlDispatchTable* mDispatch = nullptr;482 std::unique_ptr<GuestRenderControlDispatchTable> SetupGuestRc();539 std::unique_ptr<GuestRenderControlDispatchTable> mRc;
164 std::unique_ptr<GuestRenderControlDispatchTable> GfxstreamEnd2EndTest::SetupGuestRc() { in SetupGuestRc()175 auto rc = std::make_unique<GuestRenderControlDispatchTable>(); in SetupGuestRc()