Home
last modified time | relevance | path

Searched refs:BlendState (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp159 struct BlendState struct
161 BlendState (void) {} in BlendState() argument
163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() function
185 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend) in setCommonBlendState()
229 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index) in setIndexedBlendState()
278 const BlendState& blendState,
283 const BlendState& getBlendState (void) const { return m_blendState; } in getBlendState()
290 BlendState m_blendState;
293 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const… in DrawBufferInfo()
583 void setBlendState (rr::FragmentOperationState& fragOps, const BlendState& state) in setBlendState()
[all …]
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp43 struct BlendState struct
49 BlendState (void) in BlendState() function
94 BlendState blendRGBState;
95 BlendState blendAState;
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.hpp141 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState);
142 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState);
143 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
DrrRenderState.hpp207 struct BlendState struct
213 BlendState (void) in BlendState() argument
258 BlendState blendRGBState;
259 BlendState blendAState;
DrrFragmentOperations.cpp359 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& ble… in executeBlendFactorComputeRGB()
410 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blend… in executeBlendFactorComputeA()
461 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAStat… in executeBlend()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp88 void translateBlendState (const BlendState& src, rr::BlendState& dst) in translateBlendState()
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp88 void translateBlendState (const BlendState& src, rr::BlendState& dst) in translateBlendState()