Home
last modified time | relevance | path

Searched refs:m_blendState (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/extras/defaults/
H A Dqphongalphamaterial.cpp87 , m_blendState(new QBlendEquationArguments()) in QPhongAlphaMaterialPrivate()
169 m_phongAlphaGL3RenderPass->addRenderState(m_blendState); in init()
173 m_phongAlphaGL2RenderPass->addRenderState(m_blendState); in init()
177 m_phongAlphaES2RenderPass->addRenderState(m_blendState); in init()
350 return d->m_blendState->sourceRgb(); in sourceRgbArg()
363 return d->m_blendState->destinationRgb(); in destinationRgbArg()
376 return d->m_blendState->sourceAlpha(); in sourceAlphaArg()
389 return d->m_blendState->destinationAlpha(); in destinationAlphaArg()
443 d->m_blendState->setSourceRgb(sourceRgbArg); in setSourceRgbArg()
449 d->m_blendState->setDestinationRgb(destinationRgbArg); in setDestinationRgbArg()
[all …]
H A Dqtexturematerial.cpp76 , m_blendState(new QBlendEquationArguments()) in QTextureMaterialPrivate()
110 m_blendState->setEnabled(false); in init()
111 m_blendState->setSourceRgb(QBlendEquationArguments::SourceAlpha); in init()
112 m_blendState->setDestinationRgb(QBlendEquationArguments::OneMinusSourceAlpha); in init()
130 m_textureGL3RenderPass->addRenderState(m_blendState); in init()
134 m_textureGL2RenderPass->addRenderState(m_blendState); in init()
138 m_textureES2RenderPass->addRenderState(m_blendState); in init()
281 d->m_blendState->setEnabled(enabled); in setAlphaBlendingEnabled()
H A Dqdiffusespecularmaterial.cpp93 , m_blendState(new QBlendEquationArguments()) in QDiffuseSpecularMaterialPrivate()
163 m_blendState->setEnabled(false); in init()
164 m_blendState->setSourceRgb(QBlendEquationArguments::SourceAlpha); in init()
165 m_blendState->setDestinationRgb(QBlendEquationArguments::OneMinusSourceAlpha); in init()
175 m_gl3RenderPass->addRenderState(m_blendState); in init()
179 m_gl2RenderPass->addRenderState(m_blendState); in init()
183 m_es2RenderPass->addRenderState(m_blendState); in init()
187 m_rhiRenderPass->addRenderState(m_blendState); in init()
535 d->m_blendState->setEnabled(enabled); in setAlphaBlendingEnabled()
H A Dqtexturematerial_p.h100 Qt3DRender::QBlendEquationArguments *m_blendState; variable
H A Dqphongalphamaterial_p.h109 Qt3DRender::QBlendEquationArguments *m_blendState; variable
H A Dqdiffusespecularmaterial_p.h112 Qt3DRender::QBlendEquationArguments *m_blendState; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/scenegraph/d3d11underqml/
H A Dd3d11squircle.cpp104 ID3D11BlendState *m_blendState = nullptr; member in SquircleRenderer
192 if (m_blendState) in ~SquircleRenderer()
193 m_blendState->Release(); in ~SquircleRenderer()
266 m_context->OMSetBlendState(m_blendState, blendConstants, 0xFFFFFFFF); in mainPassRecordingStart()
422 hr = m_device->CreateBlendState(&blendDesc, &m_blendState); in init()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/dec/shared/features/
H A Ddecode_downsampling_feature.cpp112 m_blendState = procParams->m_blendState; in Update()
H A Ddecode_downsampling_feature.h82 uint32_t m_blendState = 0; variable
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/shared/
H A Dcodec_def_decode.h82 uint32_t m_blendState; member
/dports/games/pioneer/pioneer-20210723/src/
H A DWorldView.cpp81 m_blendState = Pi::renderer->CreateRenderState(rsd); //XXX m_renderer not set yet in InitObject()
496 m_indicator.Draw(m_renderer, m_blendState); in DrawCombatTargetIndicator()
511 m_edgeMarker.Draw(m_renderer, m_blendState); in DrawEdgeMarker()
H A DWorldView.h127 Graphics::RenderState *m_blendState; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp283 const BlendState& getBlendState (void) const { return m_blendState; } in getBlendState()
290 BlendState m_blendState; member in deqp::gles31::Functional::__anon3dc545f50111::DrawBufferInfo
297 , m_blendState (blendState) in DrawBufferInfo()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_decode_base.cpp170 decProcessingParams->m_blendState = 0; in ParseProcessingBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp723 const VkPipelineColorBlendAttachmentState m_blendState; member in vkt::pipeline::__anon4ab445100111::SampleMaskWithDepthTestInstance
2265 , m_blendState (getDefaultColorBlendAttachmentState()) in SampleMaskWithDepthTestInstance()
2281 …&m_vertices, m_multisampleStateParams, m_blendState, m_renderType, m_imageBackingMode, m_depthClea… in iterate()