Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for eglfixDisp (0.43 sec)

  1. src/cmd/fix/egltype_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import "strings"
    
    func init() {
    	addTestCases(eglTestsFor("EGLDisplay"), eglfixDisp)
    	addTestCases(eglTestsFor("EGLConfig"), eglfixConfig)
    }
    
    func eglTestsFor(tname string) []testCase {
    	var eglTests = []testCase{
    		{
    			Name: "egl.localVariable",
    			In: `package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 22:02:42 UTC 2022
    - 2.8K bytes
    - Viewed (0)
Back to top