Home
last modified time | relevance | path

Searched refs:_fboBack (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.java303 Assert.assertEquals("FBO are not equal: "+fboBack+" != "+_fboBack, fboBack, _fboBack); in testGLFBODrawableImpl()
304 Assert.assertSame(fboBack, _fboBack); in testGLFBODrawableImpl()
311 Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboBack, fboFront, _fboBack); in testGLFBODrawableImpl()
312 Assert.assertSame(fboFront, _fboBack); in testGLFBODrawableImpl()
321 Assert.assertEquals("FBO are not equal: "+fboBack+" != "+_fboBack, fboBack, _fboBack); in testGLFBODrawableImpl()
322 Assert.assertSame(fboBack, _fboBack); in testGLFBODrawableImpl()
323 Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboBack, fboFront, _fboBack); in testGLFBODrawableImpl()
324 Assert.assertSame(fboFront, _fboBack); in testGLFBODrawableImpl()
356 Assert.assertEquals(fboBack, _fboBack); in testGLFBODrawableImpl()
357 Assert.assertSame(fboBack, _fboBack); in testGLFBODrawableImpl()
[all …]