Lines Matching defs:context
229 static GrOp::Owner Make(GrRecordingContext* context,
240 return GrOp::Make<TextureOpImpl>(context, std::move(proxyView), std::move(textureXform),
244 static GrOp::Owner Make(GrRecordingContext* context,
258 context, sizeof(ViewCountPair) * (proxyRunCnt - 1),
692 void onPrePrepareDraws(GrRecordingContext* context,
703 SkArenaAlloc* arena = context->priv().recordTimeAllocator();
708 FillInVertices(*context->priv().caps(), this, fDesc, fDesc->fPrePreparedVertices);
711 this->INHERITED::onPrePrepareDraws(context, writeView, clip, dstProxyView,
1129 GrOp::Owner TextureOp::Make(GrRecordingContext* context,
1158 return TextureOpImpl::Make(context, std::move(proxyView), std::move(textureXform), filter,
1168 const auto& caps = *context->priv().caps();
1188 return FillRectOp::Make(context, std::move(paint), aaType, quad);
1257 GrRecordingContext* context,
1276 !context->priv().caps()->dynamicStateArrayGeometryProcessorTextureSupport()) {
1303 auto op = Make(context, set[i].fProxyView, set[i].fSrcAlphaType, textureColorSpaceXform,
1314 auto op = TextureOpImpl::Make(context, set, cnt, proxyRunCnt, filter, mm, saturate, aaType,
1320 BatchSizeLimiter state(sdc, clip, context, cnt, filter, mm, saturate, constraint, viewMatrix,
1401 context->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888,
1403 GrProxyProvider* proxyProvider = context->priv().proxyProvider();
1439 context->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888));
1444 return skgpu::v1::TextureOp::Make(context, std::move(proxyView), alphaType,