Home
last modified time | relevance | path

Searched refs:stw_interop_flush_objects (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_interop.c107 return stw_interop_flush_objects(ctx, count, resources, out); in wglMesaGLInteropFlushObjects()
111 stw_interop_flush_objects(struct stw_context *ctx, in stw_interop_flush_objects() function
H A Dstw_ext_interop.h41 stw_interop_flush_objects(struct stw_context *ctx,
/aosp_15_r20/external/mesa3d/src/gallium/targets/wgl/
H A Dgallium_wgl.def.in52 stw_interop_flush_objects
/aosp_15_r20/external/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c1170 return stw_interop_flush_objects(wgl_ctx->ctx, count, objects, out); in wgl_interop_flush_objects()