Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestGLDebug01NEWT.java96 System.err.println("glDebug sync: "+ ctx.isGLDebugSynchronous()); in testX1GLDebugEnableDisable()
H A DTestGLDebug00NEWT.java130 System.err.println("glDebug sync: "+winctx.context.isGLDebugSynchronous()); in testX1GLDebugEnableDisable()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLContext.java1423 public abstract boolean isGLDebugSynchronous(); in isGLDebugSynchronous() method in GLContext
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLContextImpl.java2798 public final boolean isGLDebugSynchronous() { return glDebugHandler.isSynchronous(); }