Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h194 struct GuestRenderControlDispatchTable { struct
204 ScopedRenderControlDevice(GuestRenderControlDispatchTable& dispatch) : mDispatch(&dispatch) { in ScopedRenderControlDevice() argument
233 GuestRenderControlDispatchTable* mDispatch = nullptr;
482 std::unique_ptr<GuestRenderControlDispatchTable> SetupGuestRc();
539 std::unique_ptr<GuestRenderControlDispatchTable> mRc;
DGfxstreamEnd2EndTests.cpp164 std::unique_ptr<GuestRenderControlDispatchTable> GfxstreamEnd2EndTest::SetupGuestRc() { in SetupGuestRc()
175 auto rc = std::make_unique<GuestRenderControlDispatchTable>(); in SetupGuestRc()