Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp588 const bool m_hasTessellationStage; member in deqp::gles31::Functional::__anon8c432bb90111::BBoxRenderCase
607 , m_hasTessellationStage ((flags & FLAG_TESSELLATION) != 0) in BBoxRenderCase()
620 ((m_hasTessellationStage) ? (FLAG_TESSELLATION) : (0)) | in BBoxRenderCase()
626 …DE_ASSERT(m_useGlobalState || m_hasTessellationStage); // using non-global state requires tessella… in BBoxRenderCase()
651 …if (!supportsES32 && m_hasTessellationStage && !m_context.getContextInfo().isExtensionSupported("G… in init()
669 << ((m_hasTessellationStage) ? ("-tessellation{ctrl,eval}") : ("")) in init()
685 if (m_hasTessellationStage) in init()
1009 if (!m_hasTessellationStage) in genVertexSource()
1028 if (!m_hasTessellationStage) in genVertexSource()
1048 …const char* const colorInputName = (m_hasGeometryStage) ? ("geo_color") : (m_hasTessellationStage)… in genFragmentSource()
[all …]