Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/gpu/gl/interface/
H A Dgen_interface.go54 TestOnlyFunctions []string `json:"test_functions"` member
153 sort.Strings(feature.TestOnlyFunctions)
154 if len(feature.TestOnlyFunctions) > 0 {
156 for _, function := range feature.TestOnlyFunctions {
360 for _, function := range feature.TestOnlyFunctions {
407 for _, fn := range feature.TestOnlyFunctions {