Lines Matching defs:context
83 auto invalidateListener = [](const void* ptr, void* /*context*/) {
120 GrSurfaceProxyView GrCopyBaseMipMapToView(GrRecordingContext* context,
126 return {GrCopyBaseMipMapToTextureProxy(context, proxy, origin, budgeted), origin, swizzle};
414 static inline bool skpaint_to_grpaint_impl(GrRecordingContext* context,
424 GrFPArgs fpArgs(context, matrixProvider, &dstColorInfo);
528 context, dstColorInfo);
548 context, std::move(paintFP), ditherRange, context->priv().caps());
588 bool SkPaintToGrPaint(GrRecordingContext* context,
593 return skpaint_to_grpaint_impl(context, dstColorInfo, skPaint, matrixProvider,
598 bool SkPaintToGrPaintReplaceShader(GrRecordingContext* context,
607 return skpaint_to_grpaint_impl(context, dstColorInfo, skPaint, matrixProvider, &shaderFP,
613 bool SkPaintToGrPaintWithBlend(GrRecordingContext* context,
619 return skpaint_to_grpaint_impl(context, dstColorInfo, skPaint, matrixProvider,