Searched refs:totalGPUDrawTime (Results 1 – 1 of 1) sorted by relevance
249 int64_t totalGPUDrawTime = frame.gpuDrawTime(); in finishFrame() local250 if (totalGPUDrawTime >= 0) { in finishFrame()251 mData->reportGPUFrame(totalGPUDrawTime); in finishFrame()252 (*mGlobalData)->reportGPUFrame(totalGPUDrawTime); in finishFrame()