Searched refs:rasterizerDiscard (Results 1 – 8 of 8) sorted by relevance
93 bool rasterizerDiscard; member
41 mRasterizer.rasterizerDiscard = false; in initialize()295 return mRasterizer.rasterizerDiscard; in isRasterizerDiscardEnabled()300 mRasterizer.rasterizerDiscard = enabled; in setRasterizerDiscard()
1388 …haders(programBinary, inputLayout, fbo, mState.getRasterizerState().rasterizerDiscard, transformFe… in applyShaders()
130 bool rasterizerDiscard, bool transformFeedbackActive) = 0;
81 bool rasterizerDiscard, bool transformFeedbackActive);
1669 bool rasterizerDiscard, bool transformFeedbackActive) in applyShaders() argument1672 ASSERT(!rasterizerDiscard); in applyShaders()
1326 bool rasterizerDiscard, bool transformFeedbackActive) in applyShaders() argument1336 if (!rasterizerDiscard) in applyShaders()