Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp626 _tessellation_vertex_counter_program test_program(m_gl); in getAmountOfVerticesGeneratedByTessellator() local
629 vertex_spacing, primitive_mode, is_point_mode_enabled, test_program); in getAmountOfVerticesGeneratedByTessellator()
631 result = test_program.n_data_vertices; in getAmountOfVerticesGeneratedByTessellator()
665 _tessellation_vertex_counter_program test_program(m_gl); in getDataGeneratedByTessellator() local
668 point_mode, test_program); in getDataGeneratedByTessellator()
669 return test_program.m_data; in getDataGeneratedByTessellator()
/third_party/e2fsprogs/lib/ext2fs/
Dicount.c723 struct test_program { struct
730 struct test_program prog[] = { argument
756 struct test_program extended[] = {
818 int run_test(int flags, int size, char *dir, struct test_program *prog) in run_test()
822 struct test_program *pc; in run_test()
/third_party/boost/libs/test/doc/runtime_configuration/
Dtest_unit_filtering.qbk61 > test_program --__param_run_test__=<test_set>
264 …[ [[pre > test_program --__param_run_test__=!<absolute_spec>]][disabler][Enabled test units that m…
265 …[ [[pre > test_program --__param_run_test__=+<absolute_spec>]][enabler][Disabled test units that m…
/third_party/boost/libs/compute/test/
DCMakeLists.txt82 add_compute_test("core.program" test_program.cpp)