Lines Matching refs:LazyProxyTest
32 class LazyProxyTest final : public GrOnFlushCallbackObject {
34 LazyProxyTest(skiatest::Reporter* reporter)
40 ~LazyProxyTest() override {
61 LazyProxyTest* test,
79 LazyProxyTest* test, bool nullTexture)
114 const char* name() const override { return "LazyProxyTest::Op"; }
129 LazyProxyTest* const fTest;
135 ClipFP(GrRecordingContext* ctx, GrProxyProvider* proxyProvider, LazyProxyTest* test,
163 const char* name() const override { return "LazyProxyTest::ClipFP"; }
175 LazyProxyTest* const fTest;
183 Clip(LazyProxyTest* test, GrTextureProxy* atlas)
202 LazyProxyTest* const fTest;
212 DEF_GPUTEST(LazyProxyTest, reporter, /* options */) {
220 LazyProxyTest test(reporter);
230 LazyProxyTest::Clip clip(&test, mockAtlas->asTextureProxy());
232 LazyProxyTest::Op::Make(ctx.get(), proxyProvider, &test, nullTexture));