Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLBlitHelper.cpp556 GLBlitHelper::BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB, in BlitFramebufferToFramebuffer() argument
561 MOZ_ASSERT(!srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
570 mGL->Screen()->BindReadFB_Internal(srcFB); in BlitFramebufferToFramebuffer()
573 mGL->BindReadFB(srcFB); in BlitFramebufferToFramebuffer()
590 MOZ_ASSERT(!srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
594 BlitFramebufferToFramebuffer(srcFB, destFB, in BlitFramebufferToFramebuffer()
981 GLBlitHelper::BlitFramebufferToTexture(GLuint srcFB, GLuint destTex, in BlitFramebufferToTexture() argument
988 …OZ_ASSERT_IF(mGL->Renderer() != GLRenderer::AndroidEmulator, !srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToTexture()
994 BlitFramebufferToFramebuffer(srcFB, destWrapper.FB(), in BlitFramebufferToTexture()
1004 mGL->Screen()->BindFB_Internal(srcFB); in BlitFramebufferToTexture()
[all …]
H A DGLBlitHelper.h130 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
134 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
149 void BlitFramebufferToTexture(GLuint srcFB, GLuint destTex,
H A DSharedSurfaceIO.cpp105 ScopedFramebufferForTexture srcFB(mGL, ProdTexture(), ProdTextureTarget()); in ReadPixels() local
107 ScopedBindFramebuffer bindFB(mGL, srcFB.FB()); in ReadPixels()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLFramebuffer.cpp1298 const auto& srcFB = webgl->mBoundReadFramebuffer; in BlitFramebuffer() local
1320 if (srcFB) { in BlitFramebuffer()
1321 const auto& info = *srcFB->GetCompletenessInfo(); in BlitFramebuffer()
1329 if (srcFB->mColorReadBuffer) { in BlitFramebuffer()
1338 MOZ_ASSERT(!srcFB->DepthStencilAttachment().HasAttachment()); in BlitFramebuffer()
1493 if (srcFB && dstFB) { in BlitFramebuffer()
1497 MOZ_ASSERT(srcFB->mColorReadBuffer->HasAttachment()); in BlitFramebuffer()
1499 if (srcFB->mColorReadBuffer->IsEquivalentForFeedback(*cur)) { in BlitFramebuffer()
1507 srcFB->DepthAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
1513 srcFB->StencilAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLFramebuffer.cpp1282 const auto& srcFB = webgl->mBoundReadFramebuffer; in BlitFramebuffer() local
1304 if (srcFB) { in BlitFramebuffer()
1305 const auto& info = *srcFB->GetCompletenessInfo(); in BlitFramebuffer()
1313 if (srcFB->mColorReadBuffer) { in BlitFramebuffer()
1322 MOZ_ASSERT(!srcFB->DepthStencilAttachment().HasAttachment()); in BlitFramebuffer()
1477 if (srcFB && dstFB) { in BlitFramebuffer()
1481 MOZ_ASSERT(srcFB->mColorReadBuffer->HasAttachment()); in BlitFramebuffer()
1483 if (srcFB->mColorReadBuffer->IsEquivalentForFeedback(*cur)) { in BlitFramebuffer()
1491 srcFB->DepthAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
1497 srcFB->StencilAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
[all …]
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLFramebuffer.cpp1297 const auto& srcFB = webgl->mBoundReadFramebuffer; in BlitFramebuffer() local
1319 if (srcFB) { in BlitFramebuffer()
1320 const auto& info = *srcFB->GetCompletenessInfo(); in BlitFramebuffer()
1328 if (srcFB->mColorReadBuffer) { in BlitFramebuffer()
1337 MOZ_ASSERT(!srcFB->DepthStencilAttachment().HasAttachment()); in BlitFramebuffer()
1492 if (srcFB && dstFB) { in BlitFramebuffer()
1496 MOZ_ASSERT(srcFB->mColorReadBuffer->HasAttachment()); in BlitFramebuffer()
1498 if (srcFB->mColorReadBuffer->IsEquivalentForFeedback(*cur)) { in BlitFramebuffer()
1506 srcFB->DepthAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
1512 srcFB->StencilAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLFramebuffer.cpp1298 const auto& srcFB = webgl->mBoundReadFramebuffer; in BlitFramebuffer() local
1320 if (srcFB) { in BlitFramebuffer()
1321 const auto& info = *srcFB->GetCompletenessInfo(); in BlitFramebuffer()
1329 if (srcFB->mColorReadBuffer) { in BlitFramebuffer()
1338 MOZ_ASSERT(!srcFB->DepthStencilAttachment().HasAttachment()); in BlitFramebuffer()
1493 if (srcFB && dstFB) { in BlitFramebuffer()
1497 MOZ_ASSERT(srcFB->mColorReadBuffer->HasAttachment()); in BlitFramebuffer()
1499 if (srcFB->mColorReadBuffer->IsEquivalentForFeedback(*cur)) { in BlitFramebuffer()
1507 srcFB->DepthAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
1513 srcFB->StencilAttachment().IsEquivalentForFeedback( in BlitFramebuffer()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLFramebuffer.cpp1576 const auto& srcFB = webgl->mBoundReadFramebuffer; in BlitFramebuffer() local
1604 fnGetDepthAndStencilAttach(srcFB, &srcDepthAttach, &srcStencilAttach); in BlitFramebuffer()
1637 if (srcFB) { in BlitFramebuffer()
1639 srcColorFormat = fnGetFormat(srcFB->mColorReadBuffer, &srcHasSamples); in BlitFramebuffer()
1797 if (srcFB && dstFB) { in BlitFramebuffer()
1801 MOZ_ASSERT(srcFB->mColorReadBuffer->IsDefined()); in BlitFramebuffer()
1803 if (srcFB->mColorReadBuffer->IsEquivalentForFeedback(*cur)) { in BlitFramebuffer()
1827 } else if (!srcFB && !dstFB) { in BlitFramebuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLFramebuffer.cpp1614 const WebGLFramebuffer* srcFB, GLint srcX0, GLint srcY0, in BlitFramebuffer() argument
1650 fnGetDepthAndStencilAttach(srcFB, &srcDepthAttach, &srcStencilAttach); in BlitFramebuffer()
1684 if (srcFB) { in BlitFramebuffer()
1686 srcColorFormat = fnGetFormat(srcFB->mColorReadBuffer, &srcHasSamples); in BlitFramebuffer()
1853 if (srcFB && dstFB) { in BlitFramebuffer()
1857 MOZ_ASSERT(srcFB->mColorReadBuffer->IsDefined()); in BlitFramebuffer()
1859 if (srcFB->mColorReadBuffer->IsEquivalentForFeedback(*cur)) { in BlitFramebuffer()
1884 } else if (!srcFB && !dstFB) { in BlitFramebuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DSharedSurfaceIO.cpp100 ScopedFramebufferForTexture srcFB(mGL, ProdTexture(), ProdTextureTarget()); in ReadPixels() local
102 ScopedBindFramebuffer bindFB(mGL, srcFB.FB()); in ReadPixels()
H A DGLBlitHelper.cpp1120 void GLBlitHelper::BlitFramebufferToFramebuffer(const GLuint srcFB, in BlitFramebufferToFramebuffer() argument
1126 MOZ_GL_ASSERT(mGL, !srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
1130 mGL->fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, srcFB); in BlitFramebufferToFramebuffer()
H A DGLBlitHelper.h164 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DSharedSurfaceIO.cpp99 ScopedFramebufferForTexture srcFB(mGL, ProdTexture(), ProdTextureTarget()); in ReadPixels() local
101 ScopedBindFramebuffer bindFB(mGL, srcFB.FB()); in ReadPixels()
H A DGLBlitHelper.cpp1101 const GLuint srcFB, const GLuint destFB, const gfx::IntSize& srcSize, in BlitFramebufferToFramebuffer() argument
1104 MOZ_ASSERT(!srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
1108 mGL->fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, srcFB); in BlitFramebufferToFramebuffer()
H A DGLBlitHelper.h162 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLBlitHelper.cpp1167 void GLBlitHelper::BlitFramebufferToFramebuffer(const GLuint srcFB, in BlitFramebufferToFramebuffer() argument
1173 MOZ_GL_ASSERT(mGL, !srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
1177 mGL->fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, srcFB); in BlitFramebufferToFramebuffer()
H A DGLBlitHelper.h191 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLBlitHelper.cpp1167 void GLBlitHelper::BlitFramebufferToFramebuffer(const GLuint srcFB, in BlitFramebufferToFramebuffer() argument
1173 MOZ_GL_ASSERT(mGL, !srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
1177 mGL->fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, srcFB); in BlitFramebufferToFramebuffer()
H A DGLBlitHelper.h191 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLBlitHelper.cpp1183 void GLBlitHelper::BlitFramebufferToFramebuffer(const GLuint srcFB, in BlitFramebufferToFramebuffer() argument
1189 MOZ_GL_ASSERT(mGL, !srcFB || mGL->fIsFramebuffer(srcFB)); in BlitFramebufferToFramebuffer()
1193 mGL->fBindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, srcFB); in BlitFramebufferToFramebuffer()
H A DGLBlitHelper.h205 void BlitFramebufferToFramebuffer(GLuint srcFB, GLuint destFB,
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A DImageTransformsGPU.cpp791 GLuint srcFB = framebuffers[0]; in transformImageGPUIntern() local
868 glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, srcFB); in transformImageGPUIntern()
993 glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, srcFB); in transformImageGPUIntern()