Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLContext.java106 protected Map<String, String> getFunctionNameMap() { return null; } in getFunctionNameMap() method in EGLContext
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/windows/wgl/
H A DWindowsWGLContext.java193 protected Map<String, String> getFunctionNameMap() { return null; } in getFunctionNameMap() method in WindowsWGLContext
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/x11/glx/
H A DX11GLXContext.java132 protected Map<String, String> getFunctionNameMap() { return null; } in getFunctionNameMap() method in X11GLXContext
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLContextImpl.java1529 final Map<String, String> map = getFunctionNameMap(); in mapToRealGLFunctionName()
1538 protected abstract Map<String, String> getFunctionNameMap() ; in getFunctionNameMap() method in GLContextImpl
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/macosx/cgl/
H A DMacOSXCGLContext.java251 protected Map<String, String> getFunctionNameMap() { return null; } in getFunctionNameMap() method in MacOSXCGLContext