Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestFBOAutoDrawableFactoryNEWT.java301 … Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboFront, fboFront, _fboFront); in testGLFBODrawableImpl()
302 Assert.assertSame(fboFront, _fboFront); in testGLFBODrawableImpl()
309 Assert.assertEquals("FBO are not equal: "+fboBack+" != "+_fboFront, fboBack, _fboFront); in testGLFBODrawableImpl()
310 Assert.assertSame(fboBack, _fboFront); in testGLFBODrawableImpl()
317 … Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboFront, fboFront, _fboFront); in testGLFBODrawableImpl()
318 Assert.assertSame(fboFront, _fboFront); in testGLFBODrawableImpl()
319 Assert.assertEquals("FBO are not equal: "+fboBack+" != "+_fboFront, fboBack, _fboFront); in testGLFBODrawableImpl()
320 Assert.assertSame(fboBack, _fboFront); in testGLFBODrawableImpl()
354 Assert.assertEquals(fboFront, _fboFront); in testGLFBODrawableImpl()
355 Assert.assertSame(fboFront, _fboFront); in testGLFBODrawableImpl()
[all …]