Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp555 const bool m_useGlobalState; member in deqp::gles31::Functional::__anon2babdd300111::BBoxRenderCase
574 , m_useGlobalState ((flags & FLAG_SET_BBOX_STATE) != 0) in BBoxRenderCase()
587 ((m_useGlobalState) ? (FLAG_SET_BBOX_STATE) : (0)) | in BBoxRenderCase()
588 ((!m_useGlobalState) ? (FLAG_SET_BBOX_OUTPUT) : (0)) | in BBoxRenderCase()
591 …DE_ASSERT(m_useGlobalState || m_hasTessellationStage); // using non-global state requires tessella… in BBoxRenderCase()
595 DE_ASSERT(!m_useGlobalState); // per-primitive test requires per-primitive (non-global) state in BBoxRenderCase()
637 << ((m_useGlobalState) ? ("PRIMITIVE_BOUNDING_BOX_EXT state") : ("gl_BoundingBoxEXT output")) in init()
832 if (m_useGlobalState) in setupRender()
975 DE_ASSERT(m_useGlobalState); in genVertexSource()
994 DE_ASSERT(m_useGlobalState); in genVertexSource()
[all …]