Searched refs:BlendState (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 159 struct BlendState struct 161 BlendState (void) {} in BlendState() function 163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() argument 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/ |
D | glsInteractionTestUtil.hpp | 43 struct BlendState struct 49 BlendState (void) in BlendState() argument 94 BlendState blendRGBState; 95 BlendState blendAState;
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 196 struct BlendState struct 202 BlendState (void) in BlendState() function 243 BlendState blendRGBState; 244 BlendState blendAState;
|
D | rrFragmentOperations.hpp | 140 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState); 141 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState); 142 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
|
D | rrFragmentOperations.cpp | 305 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& ble… in executeBlendFactorComputeRGB() 356 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blend… in executeBlendFactorComputeA() 407 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAStat… in executeBlend()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 88 void translateBlendState (const BlendState& src, rr::BlendState& dst) in translateBlendState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 88 void translateBlendState (const BlendState& src, rr::BlendState& dst) in translateBlendState()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_objects.h | 117 IMPLEMENT_OBJECT_DTOR(BlendState, blend)
|
D | d3d11_context.h | 1898 IMPLEMENT_SIMPLE_UNBIND(BlendState, blend_state, blend, blend) in IMPLEMENT_SIMPLE_UNBIND()
|