Lines Matching refs:renderTargetContext
76 sk_sp<GrRenderTargetContext> renderTargetContext( in onMakeColorTypeAndColorSpace() local
80 if (!renderTargetContext) { in onMakeColorTypeAndColorSpace()
91 renderTargetContext->drawRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), in onMakeColorTypeAndColorSpace()
93 if (!renderTargetContext->asTextureProxy()) { in onMakeColorTypeAndColorSpace()
99 renderTargetContext->asTextureProxyRef(), std::move(targetCS)); in onMakeColorTypeAndColorSpace()
189 GrRenderTargetContext* renderTargetContext) { in ConvertYUVATexturesToRGB() argument
190 SkASSERT(renderTargetContext); in ConvertYUVATexturesToRGB()
204 if (!RenderYUVAToRGBA(ctx, renderTargetContext, rect, yuvColorSpace, in ConvertYUVATexturesToRGB()
212 renderTargetContext->asTextureProxyRef(), in ConvertYUVATexturesToRGB()
213 renderTargetContext->colorSpaceInfo().refColorSpace()); in ConvertYUVATexturesToRGB()
230 sk_sp<GrRenderTargetContext> renderTargetContext( in MakeFromYUVATexturesCopy() local
234 if (!renderTargetContext) { in MakeFromYUVATexturesCopy()
239 imageSize, imageOrigin, renderTargetContext.get()); in MakeFromYUVATexturesCopy()
261 sk_sp<GrRenderTargetContext> renderTargetContext( in MakeFromYUVATexturesCopyWithExternalBackend() local
266 if (!renderTargetContext) { in MakeFromYUVATexturesCopyWithExternalBackend()
271 imageSize, imageOrigin, renderTargetContext.get()); in MakeFromYUVATexturesCopyWithExternalBackend()