Home
last modified time | relevance | path

Searched refs:mWorkarounds (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DShaderGL.cpp25 : ShaderImpl(data), mFunctions(functions), mWorkarounds(workarounds), mShaderID(0) in ShaderGL()
53 if (mWorkarounds.doWhileGLSLCausesGPUHang) in prepareSourceAndReturnOptions()
58 if (mWorkarounds.emulateAbsIntFunction) in prepareSourceAndReturnOptions()
63 if (mWorkarounds.addAndTrueToLoopCondition) in prepareSourceAndReturnOptions()
68 if (mWorkarounds.emulateIsnanFloat) in prepareSourceAndReturnOptions()
73 if (mWorkarounds.useUnusedBlocksWithStandardOrSharedLayout) in prepareSourceAndReturnOptions()
78 if (mWorkarounds.dontRemoveInvariantForFragmentInput) in prepareSourceAndReturnOptions()
83 if (mWorkarounds.removeInvariantAndCentroidForESSL3) in prepareSourceAndReturnOptions()
H A DRenderbufferGL.cpp27 mWorkarounds(workarounds), in RenderbufferGL()
47 nativegl::GetRenderbufferFormat(mFunctions, mWorkarounds, internalformat); in setStorage()
59 nativegl::GetRenderbufferFormat(mFunctions, mWorkarounds, internalformat); in setStorageMultisample()
H A DFramebufferGL.cpp44 mWorkarounds(workarounds), in FramebufferGL()
64 mWorkarounds(workarounds), in FramebufferGL()
245 nativegl::GetReadPixelsFormat(mFunctions, mWorkarounds, format, type); in readPixels()
251 if (mWorkarounds.packOverlappingRowsSeparatelyPackBuffer && packState.pixelBuffer.get() && in readPixels()
257 if (mWorkarounds.packLastRowSeparatelyForPaddingInclusion) in readPixels()
432 if (mWorkarounds.doesSRGBClearsOnLinearFramebufferAttachments && in syncClearState()
458 if (mWorkarounds.doesSRGBClearsOnLinearFramebufferAttachments && buffer == GL_COLOR && in syncClearBufferState()
H A DTextureGL.cpp135 mWorkarounds(workarounds), in TextureGL()
165 if (mWorkarounds.unpackOverlappingRowsSeparatelyUnpackBuffer && unpack.pixelBuffer.get() && in setImage()
181 if (mWorkarounds.unpackLastRowSeparatelyForPaddingInclusion) in setImage()
220 nativegl::GetTexImageFormat(mFunctions, mWorkarounds, internalFormat, format, type); in setImageHelper()
265 nativegl::GetTexSubImageFormat(mFunctions, mWorkarounds, format, type); in setSubImage()
271 if (mWorkarounds.unpackOverlappingRowsSeparatelyUnpackBuffer && unpack.pixelBuffer.get() && in setSubImage()
277 if (mWorkarounds.unpackLastRowSeparatelyForPaddingInclusion) in setSubImage()
458 nativegl::GetCompressedTexImageFormat(mFunctions, mWorkarounds, internalFormat); in setCompressedImage()
491 nativegl::GetCompressedSubTexImageFormat(mFunctions, mWorkarounds, format); in setCompressedSubImage()
523 mFunctions, mWorkarounds, internalFormat, source->getImplementationColorReadType()); in copyImage()
[all …]
H A DRendererGL.cpp115 nativegl_gl::GenerateWorkarounds(mFunctions, &mWorkarounds); in RendererGL()
116 mBlitter = new BlitGL(functions, mWorkarounds, mStateManager); in RendererGL()
142 if (mWorkarounds.initializeCurrentVertexAttributes) in RendererGL()
169 if (mWorkarounds.finishDoesNotCauseQueriesToBeAvailable && mHasDebugOutput) in finish()
178 if (mWorkarounds.finishDoesNotCauseQueriesToBeAvailable && mHasDebugOutput) in finish()
H A DShaderGL.h37 const WorkaroundsGL &mWorkarounds; variable
H A DRendererGL.h156 const WorkaroundsGL &getWorkarounds() const { return mWorkarounds; } in getWorkarounds()
178 WorkaroundsGL mWorkarounds; variable
H A DRenderbufferGL.h43 const WorkaroundsGL &mWorkarounds; variable
H A DBlitGL.h68 const WorkaroundsGL &mWorkarounds; variable
H A DFramebufferGL.h104 const WorkaroundsGL &mWorkarounds; variable
H A DBlitGL.cpp58 mWorkarounds(workarounds), in BlitGL()
143 mFunctions, mWorkarounds, source->getImplementationColorReadFormat(), in copySubImageToLUMAWorkaroundTexture()
H A DTextureGL.h132 const WorkaroundsGL &mWorkarounds; variable
H A DProgramGL.h92 const WorkaroundsGL &mWorkarounds; variable
H A DProgramGL.cpp32 mWorkarounds(workarounds), in ProgramGL()
173 if (mWorkarounds.alwaysCallUseProgramAfterLink) in link()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp179 mWorkarounds(renderer->getWorkarounds()), in D3DTextureSurfaceWGL()
381 return new FramebufferGL(mFramebufferID, data, mFunctionsGL, mWorkarounds, in createDefaultFramebuffer()
H A DD3DTextureSurfaceWGL.h66 const WorkaroundsGL &mWorkarounds; variable
H A DDXGISwapChainWindowSurfaceWGL.h68 const WorkaroundsGL &mWorkarounds; variable
H A DDXGISwapChainWindowSurfaceWGL.cpp38 mWorkarounds(renderer->getWorkarounds()), in DXGISwapChainWindowSurfaceWGL()
296 return new FramebufferGL(mFramebufferID, data, mFunctionsGL, mWorkarounds, in createDefaultFramebuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/cgl/
H A DWindowSurfaceCGL.h92 const WorkaroundsGL &mWorkarounds; variable
H A DWindowSurfaceCGL.mm158 mWorkarounds(renderer->getWorkarounds()),
328 return new FramebufferGL(mFramebuffer, state, mFunctions, mWorkarounds, mRenderer->getBlitter(),
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h344 mutable angle::WorkaroundsD3D mWorkarounds; variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h344 mutable angle::WorkaroundsD3D mWorkarounds; variable
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h344 mutable angle::WorkaroundsD3D mWorkarounds; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h344 mutable angle::WorkaroundsD3D mWorkarounds; variable
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h344 mutable angle::WorkaroundsD3D mWorkarounds; variable

12345