Lines Matching defs:Config
57 type Config struct { struct
58 ExeEgl string
59 ExeGles2 string
60 ExeGles3 string
61 ExeVulkan string
62 TestLists testlist.Lists
63 Env []string
64 LogReplacements map[string]string
65 NumParallelTests int
66 TestTimeout time.Duration
133 func (c *Config) Run() (*Results, error) {
236 …nfig) TestRoutine(exe string, tests <-chan string, results chan<- TestResult, goroutineIndex int) {