Lines Matching refs:contextInfo
172 ContextInfo contextInfo; member
176 this->contextInfo.testContext()->makeCurrent(); in setup()
178 this->contextInfo.testContext()->finish(); in setup()
181 if (this->contextInfo.testContext()) { in endTiming()
182 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming()
185 void fence() override { this->contextInfo.testContext()->finish(); } in fence()
188 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming()
204 this->contextInfo = in init()
209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
217 if (this->contextInfo.backend() == GrBackendApi::kOpenGL) { in fillOptions()
219 static_cast<GrGLGpu*>(this->contextInfo.grContext()->contextPriv().getGpu()) in fillOptions()
236 this->contextInfo.grContext()->contextPriv().printCacheStats(); in dumpStats()
237 this->contextInfo.grContext()->contextPriv().printGpuStats(); in dumpStats()