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

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp94 BlendState blendRGBState; member in struct:deqp::gls::InteractionTestUtil::RenderState
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp305 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState) argument
324 switch (blendRGBState.FUNC_NAME) \
407 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAState) argument
422 switch (blendRGBState.equation)
888 executeBlendFactorComputeRGB(state.blendColor, state.blendRGBState);
892 executeBlend(state.blendRGBState, state.blendAState);
H A DrrRenderState.hpp254 BlendState blendRGBState; member in struct:rr::FragmentOperationState
286 , blendRGBState ()

Completed in 103 milliseconds