Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLContext.cpp982 const auto readFbWas = mBoundReadFramebuffer; in FrontBufferSnapshotInto() local
990 DoBindFB(readFbWas, fbTarget); in FrontBufferSnapshotInto()
H A DClientWebGLContext.cpp961 const auto readFbWas = state.mBoundReadFb; in BackBufferSnapshot() local
975 if (drawFbWas == readFbWas) { in BackBufferSnapshot()
979 BindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, readFbWas); in BackBufferSnapshot()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLContext.cpp982 const auto readFbWas = mBoundReadFramebuffer; in FrontBufferSnapshotInto() local
990 DoBindFB(readFbWas, fbTarget); in FrontBufferSnapshotInto()
H A DClientWebGLContext.cpp961 const auto readFbWas = state.mBoundReadFb; in BackBufferSnapshot() local
975 if (drawFbWas == readFbWas) { in BackBufferSnapshot()
979 BindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, readFbWas); in BackBufferSnapshot()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLContext.cpp1067 const auto readFbWas = mBoundReadFramebuffer; in FrontBufferSnapshotInto() local
1075 DoBindFB(readFbWas, fbTarget); in FrontBufferSnapshotInto()
H A DClientWebGLContext.cpp1017 const auto readFbWas = state.mBoundReadFb; in BackBufferSnapshot() local
1031 if (drawFbWas == readFbWas) { in BackBufferSnapshot()
1035 BindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, readFbWas); in BackBufferSnapshot()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DClientWebGLContext.cpp928 const auto readFbWas = state.mBoundReadFb; in GetSurfaceSnapshot() local
942 if (drawFbWas == readFbWas) { in GetSurfaceSnapshot()
946 BindFramebuffer(LOCAL_GL_READ_FRAMEBUFFER, readFbWas); in GetSurfaceSnapshot()