Searched refs:imageContext (Results 1 – 5 of 5) sorted by relevance
730 ImageContext* imageContext = g_slice_new(ImageContext); in handleExportedImage() local731 imageContext->view = this; in handleExportedImage()732 imageContext->image = static_cast<gpointer>(image); in handleExportedImage()735 …auto* gstImage = gst_egl_image_new_wrapped(gst.context, eglImage, GST_GL_RGBA, imageContext, s_rel… in handleExportedImage()
42 GrProxyProvider::GrProxyProvider(GrImageContext* imageContext) : fImageContext(imageContext) {} in GrProxyProvider() argument
37 GrProxyProvider::GrProxyProvider(GrImageContext* imageContext) : fImageContext(imageContext) {} in GrProxyProvider() argument
407 GrContext* imageContext = as_IB(image)->context(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local410 if (!image->isTextureBacked() || imageContext == context) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
416 auto imageContext = as_IB(image)->context(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local418 if (!image->isTextureBacked() || imageContext->priv().matches(dContext)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()