Home
last modified time | relevance | path

Searched refs:getInternalFormat (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp557 bool isDepth = (flags & Device::DEPTH_BUFFER) && Surface::isDepth(source->getInternalFormat()); in stretchRect()
558 …bool isStencil = (flags & Device::STENCIL_BUFFER) && Surface::isStencil(source->getInternalFormat(… in stretchRect()
573 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchRect()
574 …dLayout = Surface::hasQuadLayout(source->getInternalFormat()) || Surface::hasQuadLayout(dest->getI… in stretchRect()
581 …if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8… in stretchRect()
582 … (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)) in stretchRect()
654 …urce || !dest || Surface::isDepth(source->getInternalFormat()) || Surface::isStencil(source->getIn… in stretchCube()
674 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchCube()
677 …if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8… in stretchCube()
678 … (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)) in stretchCube()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp557 bool isDepth = (flags & Device::DEPTH_BUFFER) && Surface::isDepth(source->getInternalFormat()); in stretchRect()
558 …bool isStencil = (flags & Device::STENCIL_BUFFER) && Surface::isStencil(source->getInternalFormat(… in stretchRect()
573 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchRect()
574 …dLayout = Surface::hasQuadLayout(source->getInternalFormat()) || Surface::hasQuadLayout(dest->getI… in stretchRect()
581 …if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8… in stretchRect()
582 … (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)) in stretchRect()
654 …urce || !dest || Surface::isDepth(source->getInternalFormat()) || Surface::isStencil(source->getIn… in stretchCube()
674 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchCube()
677 …if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8… in stretchCube()
678 … (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)) in stretchCube()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.cpp40 GC3Denum getInternalFormat(WebGLObject* buffer) in getInternalFormat() function
43 return (reinterpret_cast<WebGLRenderbuffer*>(buffer))->getInternalFormat(); in getInternalFormat()
200 …long format = (reinterpret_cast<WebGLRenderbuffer*>(m_colorAttachment.get()))->getInternalFormat(); in getColorBufferFormat()
211 …return (reinterpret_cast<WebGLTexture*>(m_colorAttachment.get()))->getInternalFormat(m_texTarget, … in getColorBufferFormat()
220 …if (checkInternalFormat && getInternalFormat(m_depthAttachment.get()) != GraphicsContext3D::DEPTH_… in isIncomplete()
225 …if (checkInternalFormat && getInternalFormat(m_stencilAttachment.get()) != GraphicsContext3D::STEN… in isIncomplete()
230 …if (checkInternalFormat && getInternalFormat(m_depthStencilAttachment.get()) != GraphicsContext3D:… in isIncomplete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp359 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchRect()
360 …pthStencil = egl::Image::isDepth(source->getInternalFormat()) || egl::Image::isStencil(source->get… in stretchRect()
363 …if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8… in stretchRect()
364 … (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)) in stretchRect()
421 unsigned int bytes = width * egl::Image::bytes(source->getInternalFormat()); in stretchRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp359 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchRect()
360 …pthStencil = egl::Image::isDepth(source->getInternalFormat()) || egl::Image::isStencil(source->get… in stretchRect()
363 …if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8… in stretchRect()
364 … (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)) in stretchRect()
421 unsigned int bytes = width * egl::Image::bytes(source->getInternalFormat()); in stretchRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
128 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
157 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
128 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
157 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
128 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
157 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
128 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
157 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp70 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
128 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
157 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp69 GLenum TextureRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::TextureRenderTarget9
131 GLenum SurfaceRenderTarget9::getInternalFormat() const in getInternalFormat() function in rx::SurfaceRenderTarget9
160 return d3d9::GetTextureFormatInfo(getInternalFormat()).texFormat; in getD3DFormat()

12345678910>>...19