Lines Matching defs:caps
159 int maxCachedBuffers = fContext->priv().caps()->preferClientSideDynamicBuffers() ? 2 : 6;
540 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) {
756 GrTextureResolveRenderTask* GrDrawingManager::newTextureResolveRenderTask(const GrCaps& caps) {
832 const GrCaps& caps = *fContext->priv().caps();
837 GrTextureResolveManager(this), caps);
878 const GrCaps& caps = *fContext->priv().caps();
881 task->addDependency(this, src.get(), GrMipmapped::kNo, GrTextureResolveManager(this), caps);
901 const GrCaps& caps = *fContext->priv().caps();
905 if (!caps.preferVRAMUseOverFlushes()) {