Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLScreenBuffer.h62 GLuint fb, GLuint colorMSRB, GLuint depthRB, GLuint stencilRB) in DrawBuffer() argument
67 mColorMSRB(colorMSRB), in DrawBuffer()
H A DGLScreenBuffer.cpp729 GLuint colorMSRB = 0; in Create() local
733 GLuint* pColorMSRB = caps.antialias ? &colorMSRB : nullptr; in Create()
756 gl->AttachBuffersToFB(0, colorMSRB, depthRB, stencilRB, fb); in Create()
760 new DrawBuffer(gl, size, samples, fb, colorMSRB, depthRB, stencilRB)); in Create()
H A DGLContext.cpp1842 bool GLContext::AssembleOffscreenFBs(const GLuint colorMSRB, in AssembleOffscreenFBs() argument
1847 if (!colorMSRB && !texture) { in AssembleOffscreenFBs()
1869 if (colorMSRB) { in AssembleOffscreenFBs()
1874 LOCAL_GL_RENDERBUFFER, colorMSRB); in AssembleOffscreenFBs()
H A DGLContext.h3542 bool AssembleOffscreenFBs(const GLuint colorMSRB, const GLuint depthRB,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLScreenBuffer.h66 GLuint colorMSRB, in DrawBuffer() argument
73 , mColorMSRB(colorMSRB) in DrawBuffer()
H A DGLScreenBuffer.cpp825 GLuint colorMSRB = 0; in Create() local
829 GLuint* pColorMSRB = caps.antialias ? &colorMSRB : nullptr; in Create()
857 gl->AttachBuffersToFB(0, colorMSRB, depthRB, stencilRB, fb); in Create()
860 UniquePtr<DrawBuffer> ret( new DrawBuffer(gl, size, samples, fb, colorMSRB, in Create()
H A DGLContext.cpp2065 GLContext::AssembleOffscreenFBs(const GLuint colorMSRB, in AssembleOffscreenFBs() argument
2072 if (!colorMSRB && !texture) { in AssembleOffscreenFBs()
2099 if (colorMSRB) { in AssembleOffscreenFBs()
2106 colorMSRB); in AssembleOffscreenFBs()
H A DGLContext.h3473 bool AssembleOffscreenFBs(const GLuint colorMSRB,
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLContext.cpp1783 bool GLContext::AssembleOffscreenFBs(const GLuint colorMSRB, in AssembleOffscreenFBs() argument
1788 if (!colorMSRB && !texture) { in AssembleOffscreenFBs()
1810 if (colorMSRB) { in AssembleOffscreenFBs()
1815 LOCAL_GL_RENDERBUFFER, colorMSRB); in AssembleOffscreenFBs()
H A DGLContext.h3521 bool AssembleOffscreenFBs(const GLuint colorMSRB, const GLuint depthRB,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLContext.cpp1783 bool GLContext::AssembleOffscreenFBs(const GLuint colorMSRB, in AssembleOffscreenFBs() argument
1788 if (!colorMSRB && !texture) { in AssembleOffscreenFBs()
1810 if (colorMSRB) { in AssembleOffscreenFBs()
1815 LOCAL_GL_RENDERBUFFER, colorMSRB); in AssembleOffscreenFBs()
H A DGLContext.h3521 bool AssembleOffscreenFBs(const GLuint colorMSRB, const GLuint depthRB,
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLContext.cpp1815 bool GLContext::AssembleOffscreenFBs(const GLuint colorMSRB, in AssembleOffscreenFBs() argument
1820 if (!colorMSRB && !texture) { in AssembleOffscreenFBs()
1842 if (colorMSRB) { in AssembleOffscreenFBs()
1847 LOCAL_GL_RENDERBUFFER, colorMSRB); in AssembleOffscreenFBs()
H A DGLContext.h3607 bool AssembleOffscreenFBs(const GLuint colorMSRB, const GLuint depthRB,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLContext.cpp1828 bool GLContext::AssembleOffscreenFBs(const GLuint colorMSRB, in AssembleOffscreenFBs() argument
1833 if (!colorMSRB && !texture) { in AssembleOffscreenFBs()
1855 if (colorMSRB) { in AssembleOffscreenFBs()
1860 LOCAL_GL_RENDERBUFFER, colorMSRB); in AssembleOffscreenFBs()
H A DGLContext.h3543 bool AssembleOffscreenFBs(const GLuint colorMSRB, const GLuint depthRB,