Home
last modified time | relevance | path

Searched refs:imageContext (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp730 ImageContext* imageContext = g_slice_new(ImageContext); in handleExportedImage() local
731 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()
/third_party/skia/src/gpu/
DGrProxyProvider.cpp42 GrProxyProvider::GrProxyProvider(GrImageContext* imageContext) : fImageContext(imageContext) {} in GrProxyProvider() argument
/third_party/flutter/skia/src/gpu/
DGrProxyProvider.cpp37 GrProxyProvider::GrProxyProvider(GrImageContext* imageContext) : fImageContext(imageContext) {} in GrProxyProvider() argument
/third_party/flutter/skia/tests/
DImageTest.cpp407 GrContext* imageContext = as_IB(image)->context(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
410 if (!image->isTextureBacked() || imageContext == context) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DImageTest.cpp416 auto imageContext = as_IB(image)->context(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
418 if (!image->isTextureBacked() || imageContext->priv().matches(dContext)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()