Home
last modified time | relevance | path

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

/hardware/google/gfxstream/utils/include/utils/
DRenderDoc.h51 RenderDocApi* rdocApi = nullptr; in create() local
53 RENDERDOC_GetAPI(eRENDERDOC_API_Version_1_4_2, reinterpret_cast<void**>(&rdocApi)); in create()
54 if (ret != 1 || rdocApi == nullptr) { in create()
58 return std::unique_ptr<RenderDoc>(new RenderDoc(rdocApi)); in create()
75 RenderDoc(RenderDocApi* rdocApi) : mRdocApi(rdocApi) {} in RenderDoc() argument
/hardware/google/gfxstream/utils/
DRenderDoc_unittest.cpp46 RenderDocApi rdocApi; in TEST() local
53 .WillRepeatedly(DoAll(SetArgPointee<1>(&rdocApi), Return(0))); in TEST()