Searched refs:isGLDebugSynchronous (Results 1 – 4 of 4) sorted by relevance
96 System.err.println("glDebug sync: "+ ctx.isGLDebugSynchronous()); in testX1GLDebugEnableDisable()
130 System.err.println("glDebug sync: "+winctx.context.isGLDebugSynchronous()); in testX1GLDebugEnableDisable()
1423 public abstract boolean isGLDebugSynchronous(); in isGLDebugSynchronous() method in GLContext
2798 public final boolean isGLDebugSynchronous() { return glDebugHandler.isSynchronous(); }