Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestFBOAutoDrawableFactoryNEWT.java224 Assert.assertNotEquals("FBO are equal: "+fboFront+" == "+fboBack, fboFront, fboBack); in testGLFBODrawableImpl()
227 Assert.assertEquals("FBO are not equal: "+fboFront+" != "+fboBack, fboFront, fboBack); in testGLFBODrawableImpl()
228 Assert.assertSame(fboFront, fboBack); in testGLFBODrawableImpl()
250 colorA = fboFront.getColorbuffer(0); in testGLFBODrawableImpl()
263 depthA = fboFront.getDepthAttachment(); in testGLFBODrawableImpl()
301 … Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboFront, fboFront, _fboFront); in testGLFBODrawableImpl()
311 Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboBack, fboFront, _fboBack); in testGLFBODrawableImpl()
312 Assert.assertSame(fboFront, _fboBack); in testGLFBODrawableImpl()
317 … Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboFront, fboFront, _fboFront); in testGLFBODrawableImpl()
323 Assert.assertEquals("FBO are not equal: "+fboFront+" != "+_fboBack, fboFront, _fboBack); in testGLFBODrawableImpl()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_sdfgpu/
H A Dfilter_sdfgpu.h70 …void calculateSdfHW(FramebufferObject* fboFront, FramebufferObject* fboBack, FramebufferObject* fb…
80 …void calculateObscurance(FramebufferObject* fboFront, FramebufferObject* fboBack, FramebufferObjec…
H A Dfilter_sdfgpu.cpp626 void SdfGpuPlugin::calculateSdfHW(FramebufferObject* fboFront, FramebufferObject* fboBack, Framebuf… in calculateSdfHW() argument
662 glBindTexture(GL_TEXTURE_2D, fboFront->getAttachedId(GL_DEPTH_ATTACHMENT)); in calculateSdfHW()
814 void SdfGpuPlugin::calculateObscurance(FramebufferObject* fboFront, FramebufferObject* fboBack, Fra… in calculateObscurance() argument
853 glBindTexture(GL_TEXTURE_2D, fboFront->getAttachedId(GL_DEPTH_ATTACHMENT)); in calculateObscurance()