Searched defs:coherent (Results 1 - 1 of 1) sorted by last modified time

/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp88 AdvancedBlendCase (Context& context, const char* name, const char* desc, deUint32 mode, int overdrawCount, bool coherent, RenderTargetType rtType);
131 bool coherent,
136 , m_coherentBlending (coherent)
576 tcu::TestCaseGroup* const coherentGroup = new tcu::TestCaseGroup(m_testCtx, "coherent", "Overlapping quads with coherent blending");
577 tcu::TestCaseGroup* const coherentMsaaGroup = new tcu::TestCaseGroup(m_testCtx, "coherent_msaa", "Overlapping quads with coherent blending with MSAA FBO");
126 AdvancedBlendCase(Context& context, const char* name, const char* desc, deUint32 mode, int overdrawCount, bool coherent, RenderTargetType rtType) argument

Completed in 59 milliseconds