Lines Matching refs:mRenderThread
117 sk_sp<GrDirectContext> grContext = mRenderThread.requireGrContext(); in copySurfaceInto()
174 SkSurface::MakeRenderTarget(mRenderThread.getGrContext(), skgpu::Budgeted::kYes, in copySurfaceInto()
181 tmpSurface = SkSurface::MakeRenderTarget(mRenderThread.getGrContext(), in copySurfaceInto()
279 if (!mRenderThread.getGrContext()) { in copyLayerInto()
309 mRenderThread.requireGlContext(); in copyImageInto()
311 mRenderThread.requireVkContext(); in copyImageInto()
315 sk_sp<GrDirectContext> grContext = sk_ref_sp(mRenderThread.getGrContext()); in copyImageInto()
330 Layer layer(mRenderThread.renderState(), nullptr, 255, SkBlendMode::kSrc); in copyImageInto()
349 sk_sp<SkSurface> tmpSurface = SkSurface::MakeRenderTarget(mRenderThread.getGrContext(), in copyLayerInto()
359 tmpSurface = SkSurface::MakeRenderTarget(mRenderThread.getGrContext(), in copyLayerInto()
368 if (!skiapipeline::LayerDrawable::DrawLayer(mRenderThread.getGrContext(), in copyLayerInto()