Home
last modified time | relevance | path

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

/external/angle/third_party/mesa/
Dmesa_build.py201 mesa_sources, mesa_outputs = GetMesonSourcesAndOutputs(args.mesa_build_dir,
207 libdrm_sources, libdrm_outputs = GetMesonSourcesAndOutputs(args.libdrm_build_dir,
231 def GetMesonSourcesAndOutputs(build_dir, sources_filter, output_filter): function