Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp552 const BBoxSize m_bboxSize; member in deqp::gles31::Functional::__anon2babdd300111::BBoxRenderCase
571 …, m_bboxSize ((flags & FLAG_BBOXSIZE_EQUAL) ? (BBOXSIZE_EQUAL) : (flags & FLAG_BBOXSIZE_SMALLER… in BBoxRenderCase()
582 ((m_bboxSize == BBOXSIZE_EQUAL) ? (FLAG_BBOXSIZE_EQUAL) : (0)) | in BBoxRenderCase()
583 ((m_bboxSize == BBOXSIZE_LARGER) ? (FLAG_BBOXSIZE_LARGER) : (0)) | in BBoxRenderCase()
584 ((m_bboxSize == BBOXSIZE_SMALLER) ? (FLAG_BBOXSIZE_SMALLER) : (0)) | in BBoxRenderCase()
596 DE_ASSERT(m_bboxSize == BBOXSIZE_EQUAL); // smaller is hard to verify, larger not interesting in BBoxRenderCase()
627 : (m_bboxSize == BBOXSIZE_EQUAL) ? ("to exactly cover rendered grid") in init()
628 : (m_bboxSize == BBOXSIZE_LARGER) ? ("to cover the grid and include some padding") in init()
629 : (m_bboxSize == BBOXSIZE_SMALLER) ? ("to cover only a subset of the grid") in init()
748 if (m_bboxSize == BBOXSIZE_LARGER) in generateRandomConfig()
[all …]