Home
last modified time | relevance | path

Searched refs:m_useGlobalState (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp590 const bool m_useGlobalState; member in deqp::gles31::Functional::__anon8c432bb90111::BBoxRenderCase
609 , m_useGlobalState ((flags & FLAG_SET_BBOX_STATE) != 0) in BBoxRenderCase()
622 ((m_useGlobalState) ? (FLAG_SET_BBOX_STATE) : (0)) | in BBoxRenderCase()
623 ((!m_useGlobalState) ? (FLAG_SET_BBOX_OUTPUT) : (0)) | in BBoxRenderCase()
626 …DE_ASSERT(m_useGlobalState || m_hasTessellationStage); // using non-global state requires tessella… in BBoxRenderCase()
630 DE_ASSERT(!m_useGlobalState); // per-primitive test requires per-primitive (non-global) state in BBoxRenderCase()
673 << ((m_useGlobalState) ? ("PRIMITIVE_BOUNDING_BOX_EXT state") : ("gl_BoundingBoxEXT output")) in init()
868 if (m_useGlobalState) in setupRender()
1011 DE_ASSERT(m_useGlobalState); in genVertexSource()
1030 DE_ASSERT(m_useGlobalState); in genVertexSource()
[all …]