Lines Matching refs:get
42 REPORTER_ASSERT(reporter, texRT1.get() == texRT1->asRenderTarget());
43 REPORTER_ASSERT(reporter, texRT1.get() == texRT1->asTexture());
55 REPORTER_ASSERT(reporter, tex1.get() == tex1->asTexture());
56 REPORTER_ASSERT(reporter, static_cast<GrSurface*>(tex1.get()) == tex1->asTexture());
65 REPORTER_ASSERT(reporter, texRT2.get() == texRT2->asRenderTarget());
66 REPORTER_ASSERT(reporter, texRT2.get() == texRT2->asTexture());
101 GrMipmapped::kNo, GrProtected::kNo, data.get());
145 REPORTER_ASSERT(reporter, SkToBool(proxy.get()) == expectedMipMapability,
148 SkToBool(proxy.get()), expectedMipMapability);
206 auto dContext = factory.get(contextType);
229 // color type with alpha that we will get one for alpha rather than zero. We used to
403 auto copySrc = std::get<0>(GrMakeUncachedBitmapProxyView(dContext, copySrcBitmap));