Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLBase.java191 public boolean isGL4core(); in isGL4core() method
H A DGLContext.java1061 public final boolean isGL4core() { in isGL4core() method in GLContext
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dgl-impl-CustomJavaCode-gles3.java93 public final boolean isGL4core() { in isGL4core() method
H A Dgl-impl-CustomJavaCode-gl4bc.java96 public final boolean isGL4core() { in isGL4core() method
97 return _context.isGL4core(); in isGL4core()
H A Dgl-impl-CustomJavaCode-gles1.java92 public final boolean isGL4core() { in isGL4core() method
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/
H A DFixedFuncHook.java117 public final boolean isGL4core() { in isGL4core() method in FixedFuncHook