Home
last modified time | relevance | path

Searched refs:Framebuffer (Results 1 – 25 of 3006) sorted by relevance

12345678910>>...121

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DFramebuffer.cpp20 Framebuffer::Framebuffer() in Framebuffer() function in gl::Framebuffer
27 Framebuffer::~Framebuffer() in ~Framebuffer()
184 Colorbuffer *Framebuffer::getColorbuffer() in getColorbuffer()
226 GLenum Framebuffer::getColorbufferType() in getColorbufferType()
231 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType()
236 GLenum Framebuffer::getStencilbufferType() in getStencilbufferType()
241 GLuint Framebuffer::getColorbufferHandle() in getColorbufferHandle()
256 bool Framebuffer::hasStencil() in hasStencil()
271 bool Framebuffer::isMultisample() in isMultisample()
288 GLenum Framebuffer::completeness() in completeness()
[all …]
/dports/games/taisei/taisei-1.3.2/src/renderer/gl33/
H A Dframebuffer.h18 struct Framebuffer { struct
27 void gl33_framebuffer_prepare(Framebuffer *framebuffer); argument
29 Framebuffer* gl33_framebuffer_create(void);
30 void gl33_framebuffer_attach(Framebuffer *framebuffer, Texture *tex, uint mipmap, FramebufferAttach…
31 Texture *gl33_framebuffer_get_attachment(Framebuffer *framebuffer, FramebufferAttachment attachment…
32 uint gl33_framebuffer_get_attachment_mipmap(Framebuffer *framebuffer, FramebufferAttachment attachm…
33 void gl33_framebuffer_destroy(Framebuffer *framebuffer);
34 void gl33_framebuffer_taint(Framebuffer *framebuffer);
36 IntExtent gl33_framebuffer_get_effective_size(Framebuffer *framebuffer);
37 void gl33_framebuffer_set_debug_label(Framebuffer *fb, const char *label);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DFramebuffer.cpp252 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
271 Framebuffer::Framebuffer(rx::SurfaceImpl *surface) in Framebuffer() function in gl::Framebuffer
284 Framebuffer::~Framebuffer() in ~Framebuffer()
412 bool Framebuffer::hasEnabledDrawBuffer() const in hasEnabledDrawBuffer()
425 GLenum Framebuffer::getReadBufferState() const in getReadBufferState()
430 void Framebuffer::setReadBuffer(GLenum buffer) in setReadBuffer()
444 bool Framebuffer::hasDepth() const in hasDepth()
449 bool Framebuffer::hasStencil() const in hasStencil()
851 void Framebuffer::setAttachment(GLenum type, in setAttachment()
917 void Framebuffer::syncState() in syncState()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOrderIndependentTranslucentPass.cxx47 Framebuffer(nullptr), State(nullptr) in vtkOrderIndependentTranslucentPass()
86 if (this->Framebuffer) in ~vtkOrderIndependentTranslucentPass()
88 this->Framebuffer->UnRegister(this); in ~vtkOrderIndependentTranslucentPass()
89 this->Framebuffer = nullptr; in ~vtkOrderIndependentTranslucentPass()
121 if (this->Framebuffer) in ReleaseGraphicsResources()
124 this->Framebuffer->UnRegister(this); in ReleaseGraphicsResources()
125 this->Framebuffer = nullptr; in ReleaseGraphicsResources()
274 if (!this->Framebuffer) in Render()
279 this->Framebuffer->Bind(); in Render()
298 this->Framebuffer->Bind(this->Framebuffer->GetDrawMode()); in Render()
[all …]
H A DvtkDepthPeelingPass.cxx48 Framebuffer(nullptr) in vtkDepthPeelingPass()
113 if (this->Framebuffer) in ~vtkDepthPeelingPass()
115 this->Framebuffer->UnRegister(this); in ~vtkDepthPeelingPass()
116 this->Framebuffer = nullptr; in ~vtkDepthPeelingPass()
164 if (this->Framebuffer) in ReleaseGraphicsResources()
167 this->Framebuffer->UnRegister(this); in ReleaseGraphicsResources()
168 this->Framebuffer = nullptr; in ReleaseGraphicsResources()
462 if (!this->Framebuffer) in Render()
468 this->Framebuffer->Bind(); in Render()
489 this->Framebuffer->GetBothMode(), in Render()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DFramebuffer.cpp28 Framebuffer::Framebuffer() in Framebuffer() function in es1::Framebuffer
35 Framebuffer::~Framebuffer() in ~Framebuffer()
126 egl::Image *Framebuffer::getRenderTarget() in getRenderTarget()
140 egl::Image *Framebuffer::getDepthBuffer() in getDepthBuffer()
181 GLenum Framebuffer::getColorbufferType() in getColorbufferType()
186 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType()
191 GLenum Framebuffer::getStencilbufferType() in getStencilbufferType()
196 GLuint Framebuffer::getColorbufferName() in getColorbufferName()
201 GLuint Framebuffer::getDepthbufferName() in getDepthbufferName()
211 bool Framebuffer::hasStencil() in hasStencil()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DFramebuffer.cpp28 Framebuffer::Framebuffer() in Framebuffer() function in es1::Framebuffer
35 Framebuffer::~Framebuffer() in ~Framebuffer()
126 egl::Image *Framebuffer::getRenderTarget() in getRenderTarget()
140 egl::Image *Framebuffer::getDepthBuffer() in getDepthBuffer()
181 GLenum Framebuffer::getColorbufferType() in getColorbufferType()
186 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType()
191 GLenum Framebuffer::getStencilbufferType() in getStencilbufferType()
196 GLuint Framebuffer::getColorbufferName() in getColorbufferName()
201 GLuint Framebuffer::getDepthbufferName() in getDepthbufferName()
211 bool Framebuffer::hasStencil() in hasStencil()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestWindowBlits.cxx46 this->Framebuffer->Resize(size[0], size[1]); in Execute()
50 this->Framebuffer->Bind(); in Execute()
51 this->Framebuffer->ActivateDrawBuffer(0); in Execute()
63 this->Framebuffer->ActivateReadBuffer(0); in Execute()
69 this->Framebuffer->ActivateDrawBuffer(0); in Execute()
81 this->Framebuffer->ActivateReadBuffer(0); in Execute()
91 vtkOpenGLFramebufferObject* Framebuffer; member in vtkStartRenderObserver
131 this->Framebuffer->Bind(); in Execute()
132 this->Framebuffer->ActivateDrawBuffer(0); in Execute()
139 this->Framebuffer->ActivateReadBuffer(0); in Execute()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp30 bool Framebuffer::IsRenderbuffer(GLenum type) in IsRenderbuffer()
35 Framebuffer::Framebuffer() in Framebuffer() function in es2::Framebuffer
56 Framebuffer::~Framebuffer() in ~Framebuffer()
119 GLenum Framebuffer::getReadBuffer() const in getReadBuffer()
201 egl::Image *Framebuffer::getDepthBuffer() in getDepthBuffer()
247 GLenum Framebuffer::getReadBufferType() in getReadBufferType()
262 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType()
277 GLuint Framebuffer::getDepthbufferName() in getDepthbufferName()
292 GLint Framebuffer::getDepthbufferLayer() in getDepthbufferLayer()
302 bool Framebuffer::hasStencil() in hasStencil()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp30 bool Framebuffer::IsRenderbuffer(GLenum type) in IsRenderbuffer()
35 Framebuffer::Framebuffer() in Framebuffer() function in es2::Framebuffer
56 Framebuffer::~Framebuffer() in ~Framebuffer()
119 GLenum Framebuffer::getReadBuffer() const in getReadBuffer()
201 egl::Image *Framebuffer::getDepthBuffer() in getDepthBuffer()
247 GLenum Framebuffer::getReadBufferType() in getReadBufferType()
262 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType()
277 GLuint Framebuffer::getDepthbufferName() in getDepthbufferName()
292 GLint Framebuffer::getDepthbufferLayer() in getDepthbufferLayer()
302 bool Framebuffer::hasStencil() in hasStencil()
[all …]
/dports/net/mosh/mosh-1.3.2/src/terminal/
H A Dterminalfunctions.cc53 static void CSI_EL( Framebuffer *fb, Dispatcher *dispatch ) in CSI_EL()
71 static void CSI_ED( Framebuffer *fb, Dispatcher *dispatch ) { in CSI_ED()
204 static void HT_n( Framebuffer *fb, size_t count ) in HT_n()
225 static void CSI_CxT( Framebuffer *fb, Dispatcher *dispatch ) in CSI_CxT()
249 static void CSI_TBC( Framebuffer *fb, Dispatcher *dispatch ) in CSI_TBC()
268 static bool *get_DEC_mode( int param, Framebuffer *fb ) { in get_DEC_mode()
340 static bool *get_ANSI_mode( int param, Framebuffer *fb ) { in get_ANSI_mode()
349 static void CSI_SM( Framebuffer *fb, Dispatcher *dispatch ) in CSI_SM()
360 static void CSI_RM( Framebuffer *fb, Dispatcher *dispatch ) in CSI_RM()
459 static void CSI_IL( Framebuffer *fb, Dispatcher *dispatch ) in CSI_IL()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/fbtft/
H A DKconfig23 Generic Framebuffer support for BD663474
29 Generic Framebuffer support for HX8340BN
35 Generic Framebuffer support for HX8347D
41 Generic Framebuffer support for HX8353D
47 Generic Framebuffer support for HX8357D
126 Framebuffer support for SH1106
132 Framebuffer support for SSD1289
138 Framebuffer support for SSD1305
144 Framebuffer support for SSD1306
150 Framebuffer support for SSD1331
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/fbtft/
H A DKconfig23 Generic Framebuffer support for BD663474
29 Generic Framebuffer support for HX8340BN
35 Generic Framebuffer support for HX8347D
41 Generic Framebuffer support for HX8353D
47 Generic Framebuffer support for HX8357D
126 Framebuffer support for SH1106
132 Framebuffer support for SSD1289
138 Framebuffer support for SSD1305
144 Framebuffer support for SSD1306
150 Framebuffer support for SSD1331
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/fbtft/
H A DKconfig23 Generic Framebuffer support for BD663474
29 Generic Framebuffer support for HX8340BN
35 Generic Framebuffer support for HX8347D
41 Generic Framebuffer support for HX8353D
47 Generic Framebuffer support for HX8357D
126 Framebuffer support for SH1106
132 Framebuffer support for SSD1289
138 Framebuffer support for SSD1305
144 Framebuffer support for SSD1306
150 Framebuffer support for SSD1331
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp613 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
632 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
671 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
683 Framebuffer::~Framebuffer() in ~Framebuffer()
953 bool Framebuffer::hasDepth() const in hasDepth()
958 bool Framebuffer::hasStencil() const in hasStencil()
1835 bool Framebuffer::cachedComplete() const in cachedComplete()
1924 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1929 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1979 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DFramebuffer.cpp744 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, FramebufferID id) in Framebuffer() function in gl::Framebuffer
763 Framebuffer::Framebuffer(const Context *context, egl::Surface *surface, egl::Surface *readSurface) in Framebuffer() function in gl::Framebuffer
802 Framebuffer::Framebuffer(const Context *context, in Framebuffer() function in gl::Framebuffer
817 Framebuffer::~Framebuffer() in ~Framebuffer()
1094 bool Framebuffer::hasDepth() const in hasDepth()
1099 bool Framebuffer::hasStencil() const in hasStencil()
2074 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
2134 GLsizei Framebuffer::getNumViews() const in getNumViews()
2144 bool Framebuffer::isMultiview() const in isMultiview()
2371 Box Framebuffer::getDimensions() const in getDimensions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DFramebuffer.cpp677 Framebuffer::Framebuffer(const Caps &caps, in Framebuffer() function in gl::Framebuffer
698 Framebuffer::Framebuffer(const Context *context, egl::Surface *surface, egl::Surface *readSurface) in Framebuffer() function in gl::Framebuffer
738 Framebuffer::Framebuffer(const Context *context, in Framebuffer() function in gl::Framebuffer
753 Framebuffer::~Framebuffer() in ~Framebuffer()
1030 bool Framebuffer::hasDepth() const in hasDepth()
1035 bool Framebuffer::hasStencil() const in hasStencil()
2001 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
2061 GLsizei Framebuffer::getNumViews() const in getNumViews()
2071 bool Framebuffer::isMultiview() const in isMultiview()
2298 Box Framebuffer::getDimensions() const in getDimensions()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp677 Framebuffer::Framebuffer(const Caps &caps, in Framebuffer() function in gl::Framebuffer
698 Framebuffer::Framebuffer(const Context *context, egl::Surface *surface, egl::Surface *readSurface) in Framebuffer() function in gl::Framebuffer
738 Framebuffer::Framebuffer(const Context *context, in Framebuffer() function in gl::Framebuffer
753 Framebuffer::~Framebuffer() in ~Framebuffer()
1030 bool Framebuffer::hasDepth() const in hasDepth()
1035 bool Framebuffer::hasStencil() const in hasStencil()
2001 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
2061 GLsizei Framebuffer::getNumViews() const in getNumViews()
2071 bool Framebuffer::isMultiview() const in isMultiview()
2298 Box Framebuffer::getDimensions() const in getDimensions()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp568 Framebuffer::Framebuffer(const Caps &caps, rx::GLImplFactory *factory, GLuint id) in Framebuffer() function in gl::Framebuffer
587 Framebuffer::Framebuffer(const egl::Display *display, egl::Surface *surface) in Framebuffer() function in gl::Framebuffer
626 Framebuffer::Framebuffer(rx::GLImplFactory *factory) in Framebuffer() function in gl::Framebuffer
637 Framebuffer::~Framebuffer() in ~Framebuffer()
892 bool Framebuffer::hasDepth() const in hasDepth()
897 bool Framebuffer::hasStencil() const in hasStencil()
1751 bool Framebuffer::cachedComplete() const in cachedComplete()
1840 GLint Framebuffer::getDefaultWidth() const in getDefaultWidth()
1845 GLint Framebuffer::getDefaultHeight() const in getDefaultHeight()
1895 GLsizei Framebuffer::getNumViews() const in getNumViews()
[all …]

12345678910>>...121