HomeSort by relevance Sort by last modified time
    Searched full:lib_gl (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 8 lib_gl = find_library("OpenGL32") variable
12 lib_gl = lib_glu = find_library("OpenGL")
15 lib_gl = find_library("GL") variable
21 if lib_gl or lib_glu or lib_gle:
23 for item in (("GL", lib_gl),
33 if lib_gl:
34 self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
43 if lib_gl:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 8 lib_gl = find_library("OpenGL32") variable
12 lib_gl = lib_glu = find_library("OpenGL")
15 lib_gl = find_library("GL") variable
21 if lib_gl or lib_glu or lib_gle:
23 for item in (("GL", lib_gl),
33 if lib_gl:
34 self.gl = CDLL(lib_gl, mode=RTLD_GLOBAL)
43 if lib_gl:

Completed in 337 milliseconds