Searched defs:BlendState (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp43 struct BlendState struct in namespace:deqp::gls::InteractionTestUtil
49 BlendState (void) function in struct:deqp::gls::InteractionTestUtil::BlendState
94 BlendState blendRGBState;
95 BlendState blendAState;
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp196 struct BlendState struct in namespace:rr
202 BlendState (void) function in struct:rr::BlendState
243 BlendState blendRGBState;
244 BlendState blendAState;
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp155 struct BlendState struct in namespace:deqp::gles31::Functional::__anon3566
157 BlendState (void) {} function in struct:deqp::gles31::Functional::__anon3566::BlendState
159 BlendState (const Maybe<bool>& enableBlend_, function in struct:deqp::gles31::Functional::__anon3566::BlendState
181 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend)
225 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index)
274 const BlendState& blendState,
279 const BlendState& getBlendState (void) const { return m_blendState; }
286 BlendState m_blendState;
289 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const TextureFormat& format)
564 void setBlendState (rr::FragmentOperationState& fragOps, const BlendState
[all...]

Completed in 162 milliseconds