Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts330 const { cb, getPrograms } = commandLineCallbacks(sys); constant
343 getPrograms,
378 getPrograms: () => readonly CommandLineProgram[]; property
383 getPrograms, sys, baseline, oldSnap,
390 getPrograms,
401 getPrograms,
421 getPrograms: () => readonly CommandLineProgram[]; property
423 …export function watchBaseline({ baseline, getPrograms, sys, oldSnap, baselineSourceMap }: WatchBas…
426 const programs = baselinePrograms(baseline, getPrograms);
437 …export function baselinePrograms(baseline: string[], getPrograms: () => readonly CommandLineProgra…
[all …]
DconsoleClearing.ts48getPrograms: () => [[watch.getCurrentProgram().getProgram(), watch.getCurrentProgram()]],
Dincremental.ts35 const { cb, getPrograms } = commandLineCallbacks(sys); constant
53 getPrograms,
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts37 getPrograms: () => readonly CommandLineProgram[]; property
62 getPrograms: () => {
104 const { cb, getPrograms } = commandLineCallbacks(sys, originalReadFile); constant
113 tscWatch.baselinePrograms(baseline, getPrograms);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.hpp160 static void getPrograms (SourceCollections& dst);
DvkWsiUtil.cpp1015 void WsiTriangleRenderer::getPrograms (SourceCollections& dst) in getPrograms() function in vk::wsi::WsiTriangleRenderer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp811 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms2()
816 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
DvktWsiFullScreenExclusiveTests.cpp633 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
DvktWsiPresentIdWaitTests.cpp1032 vk::wsi::WsiTriangleRenderer::getPrograms(programCollection); in initPrograms()
DvktWsiSwapchainTests.cpp2588 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
2593 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp833 static void getPrograms (vk::SourceCollections& dst);
1059 void TriangleRenderer::getPrograms (vk::SourceCollections& dst) in getPrograms() function in vkt::ProtectedMem::__anon6c741f330111::TriangleRenderer
1292 TriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp544 const programCollectionForFunction* getPrograms(samplingFunction function) const;
DesextcTextureCubeMapArraySampling.cpp3692 programs = program_collection.getPrograms(function->m_function);
4246 programCollectionForFormat::getPrograms(samplingFunction function) const function in glcts::TextureCubeMapArraySamplingTest::programCollectionForFormat