Searched refs:ApiInfo (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.h | 37 struct ApiInfo { struct 46 using ApiTrace = android::base::EntityManager<32, 16, 16, ApiInfo>; argument 86 ApiInfo* getApiInfo(ApiHandle h); 88 void setApiTrace(ApiInfo* apiInfo, uint32_t opcode, const uint8_t* traceBegin,
|
D | VkReconstruction.cpp | 266 auto handle = mApiTrace.add(ApiInfo(), 1); in createApiInfo() 281 VkReconstruction::ApiInfo* VkReconstruction::getApiInfo(VkReconstruction::ApiHandle h) { in getApiInfo() 285 void VkReconstruction::setApiTrace(VkReconstruction::ApiInfo* apiInfo, uint32_t opCode, in setApiTrace() 299 [&traceBytesTotal](bool live, uint64_t handle, const ApiInfo& info) { in dump()
|