Lines Matching defs:test
29 // This test verifies that lazy proxy callbacks get invoked during flush, after onFlush callbacks,
61 LazyProxyTest* test,
63 return GrOp::Make<Op>(context, context, proxyProvider, test, nullTexture);
79 LazyProxyTest* test, bool nullTexture)
80 : GrDrawOp(ClassID()), fTest(test) {
135 ClipFP(GrRecordingContext* ctx, GrProxyProvider* proxyProvider, LazyProxyTest* test,
140 , fTest(test)
183 Clip(LazyProxyTest* test, GrTextureProxy* atlas)
184 : fTest(test)
220 LazyProxyTest test(reporter);
221 ctx->priv().addOnFlushCallbackObject(&test);
230 LazyProxyTest::Clip clip(&test, mockAtlas->asTextureProxy());
232 LazyProxyTest::Op::Make(ctx.get(), proxyProvider, &test, nullTexture));
233 ctx->priv().testingOnly_flushAndRemoveOnFlushCallbackObject(&test);