Searched refs:totalGPUDrawTime (Results 1 – 1 of 1) sorted by relevance
257 int64_t totalGPUDrawTime = frame.gpuDrawTime(); in finishFrame() local258 if (totalGPUDrawTime >= 0) { in finishFrame()259 mData->reportGPUFrame(totalGPUDrawTime); in finishFrame()260 (*mGlobalData)->reportGPUFrame(totalGPUDrawTime); in finishFrame()