Home | History | Annotate | Download | only in gm

Lines Matching refs:GrRenderTargetContext

15 #  include "GrRenderTargetContext.h"
127 void visualizeAlphaMask(GrContext*, GrRenderTargetContext*, const GrReducedClip&, GrPaint&&);
128 void visualizeStencilMask(GrContext*, GrRenderTargetContext*, const GrReducedClip&, GrPaint&&);
129 void stencilCheckerboard(GrRenderTargetContext*, bool flip);
159 bool apply(GrContext*, GrRenderTargetContext*, bool, bool, GrAppliedClip* out,
172 bool apply(GrContext*, GrRenderTargetContext*, bool, bool, GrAppliedClip* out,
181 GrRenderTargetContext* rtc = canvas->internal_private_accessTopLayerRenderTargetContext();
200 void WindowRectanglesMaskGM::visualizeAlphaMask(GrContext* ctx, GrRenderTargetContext* rtc,
204 sk_sp<GrRenderTargetContext> maskRTC(
234 void WindowRectanglesMaskGM::visualizeStencilMask(GrContext* ctx, GrRenderTargetContext* rtc,
252 void WindowRectanglesMaskGM::stencilCheckerboard(GrRenderTargetContext* rtc, bool flip) {