Lines Matching refs:contextInfo
170 ContextInfo contextInfo; member
174 this->contextInfo.testContext()->makeCurrent(); in setup()
176 this->contextInfo.testContext()->finish(); in setup()
179 if (this->contextInfo.testContext()) { in endTiming()
180 this->contextInfo.testContext()->waitOnSyncOrSwap(); in endTiming()
183 void fence() override { this->contextInfo.testContext()->finish(); } in fence()
186 if (!this->contextInfo.testContext()->getMaxGpuFrameLag(maxFrameLag)) { in needsFrameTiming()
202 this->contextInfo = in init()
207 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
215 if (this->contextInfo.backend() == kOpenGL_GrBackend) { in fillOptions()
217 this->contextInfo.testContext()->backendContext()); in fillOptions()
233 this->contextInfo.grContext()->printCacheStats(); in dumpStats()
234 this->contextInfo.grContext()->printGpuStats(); in dumpStats()