Searched refs:m_bboxSize (Results 1 – 1 of 1) sorted by relevance
587 const BBoxSize m_bboxSize; member in deqp::gles31::Functional::__anon8c432bb90111::BBoxRenderCase606 …, m_bboxSize ((flags & FLAG_BBOXSIZE_EQUAL) ? (BBOXSIZE_EQUAL) : (flags & FLAG_BBOXSIZE_SMALLER… in BBoxRenderCase()617 ((m_bboxSize == BBOXSIZE_EQUAL) ? (FLAG_BBOXSIZE_EQUAL) : (0)) | in BBoxRenderCase()618 ((m_bboxSize == BBOXSIZE_LARGER) ? (FLAG_BBOXSIZE_LARGER) : (0)) | in BBoxRenderCase()619 ((m_bboxSize == BBOXSIZE_SMALLER) ? (FLAG_BBOXSIZE_SMALLER) : (0)) | in BBoxRenderCase()631 DE_ASSERT(m_bboxSize == BBOXSIZE_EQUAL); // smaller is hard to verify, larger not interesting in BBoxRenderCase()663 : (m_bboxSize == BBOXSIZE_EQUAL) ? ("to exactly cover rendered grid") in init()664 : (m_bboxSize == BBOXSIZE_LARGER) ? ("to cover the grid and include some padding") in init()665 : (m_bboxSize == BBOXSIZE_SMALLER) ? ("to cover only a subset of the grid") in init()784 if (m_bboxSize == BBOXSIZE_LARGER) in generateRandomConfig()[all …]