Home
last modified time | relevance | path

Searched refs:rcDestroyDevice (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/rendercontrol/include/gfxstream/guest/
DRenderControl.h19 extern "C" void rcDestroyDevice(RenderControlDevice* pDevice);
/hardware/google/gfxstream/guest/rendercontrol/
DRenderControl.cpp95 extern "C" __attribute__((visibility("default"))) void rcDestroyDevice( in rcDestroyDevice() function
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h196 PFN_rcDestroyDevice rcDestroyDevice = nullptr; member
224 mDispatch->rcDestroyDevice(mDevice); in ~ScopedRenderControlDevice()
DGfxstreamEnd2EndTests.cpp185 LOAD_RENDERCONTROL_FUNCTION(rcDestroyDevice); in SetupGuestRc()