• Home
  • Raw
  • Download

Lines Matching refs:BlendState

159 struct BlendState  struct
161 BlendState (void) {} in BlendState() function
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()
644 rr::RenderState createRenderState (const BlendState& preCommonBlendState, const BlendState& postCom… in createRenderState()
811 void renderRefQuad (const BlendState& preCommonBlendState, in renderRefQuad()
812 const BlendState& postCommonBlendState, in renderRefQuad()
839 bool requiresAdvancedBlendEq (const BlendState& pre, const BlendState post, const vector<DrawBuffer… in requiresAdvancedBlendEq()
851 const BlendState& drawBufferBlendState = drawBuffers[drawBufferNdx].getBlendState(); in requiresAdvancedBlendEq()
880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& pos… in genFragmentSource()
981 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& post… in genShaderSources()
999 const BlendState& preCommonBlendState, in renderQuad()
1000 const BlendState& postCommonBlendState, in renderQuad()
1050 const BlendState& blend) in logBlendState()
1096 const BlendState& preCommonBlendState, in logTestCaseInfo()
1097 const BlendState& postCommonBlendState, in logTestCaseInfo()
1141 const BlendState& preCommonBlendState, in runTest()
1142 const BlendState& postCommonBlendState, in runTest()
1163 const BlendState& preCommonBlendState,
1164 const BlendState& postCommonBlendState,
1173 const BlendState m_preCommonBlendState;
1174 const BlendState m_postCommonBlendState;
1179 const BlendState& preCommonBlendState, in DrawBuffersIndexedTest()
1180 const BlendState& postCommonBlendState, in DrawBuffersIndexedTest()
1258 void genRandomBlendState (de::Random& rng, BlendState& blendState) in genRandomBlendState()
1349 void genRandomTest (de::Random& rng, BlendState& preCommon, BlendState& postCommon, vector<DrawBuff… in genRandomTest()
1359 BlendState blendState; in genRandomTest()
1423 BlendState preCommonBlendState; in iterate()
1424 BlendState postCommonBlendState; in iterate()
1469 BlendState preCommonBlendState; in iterate()
1470 BlendState postCommonBlendState; in iterate()
1493 …text& context, PrePost prepost, const char* name, const BlendState& commonState, const BlendState&… in createDiffTest()
1495 …const BlendState emptyState = BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, Separa… in createDiffTest()
1499 …const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(… in createDiffTest()
1512 const BlendState preState = BlendState(just(true), in createDiffTest()
1530 …text& context, PrePost prepost, const char* name, const BlendState& commonState, const BlendState&… in createAdvancedEqDiffTest()
1532 …const BlendState emptyState = BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, Separa… in createAdvancedEqDiffTest()
1536 …const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(… in createAdvancedEqDiffTest()
1548 const BlendState preState = BlendState(just(true), in createAdvancedEqDiffTest()
1567 …const BlendState emptyState = BlendState(Maybe<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(… in addDrawBufferCommonTests()
1570 …const BlendState disableState = BlendState(just(false), Maybe<Either<BlendEq, SeparateBlendEq> >()… in addDrawBufferCommonTests()
1571 …const BlendState enableState = BlendState(just(true), Maybe<Either<BlendEq, SeparateBlendEq> >(),… in addDrawBufferCommonTests()
1580 …const BlendState eqStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlend… in addDrawBufferCommonTests()
1581 …const BlendState eqStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlend… in addDrawBufferCommonTests()
1583 …const BlendState separateEqStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Separat… in addDrawBufferCommonTests()
1584 …const BlendState separateEqStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Separat… in addDrawBufferCommonTests()
1586 …const BlendState advancedEqStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Separat… in addDrawBufferCommonTests()
1587 …const BlendState advancedEqStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Separat… in addDrawBufferCommonTests()
1603 …const BlendState funcStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBle… in addDrawBufferCommonTests()
1604 …const BlendState funcStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBle… in addDrawBufferCommonTests()
1605 …const BlendState separateFuncStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Separ… in addDrawBufferCommonTests()
1606 …const BlendState separateFuncStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Separ… in addDrawBufferCommonTests()
1615 …const BlendState commonColorMaskState = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Sep… in addDrawBufferCommonTests()
1616 …const BlendState bufferColorMaskState = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, Sep… in addDrawBufferCommonTests()
1638 …const BlendState emptyState = BlendState(Maybe<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >… in createDrawBuffersIndexedTests()