Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1630 FLAG_GEOMETRY_SET = 0x20, // !< set gl_PointSize in geometry shader enumerator
1690 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? ("_") : ("")) << … in genTestCaseName()
1707 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) <<… in genTestCaseDescription()
1731 if (m_flags & FLAG_GEOMETRY_SET) in init()
1749 if (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET)) in init()
1792 …if ((m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET))) && !s… in checkExtensions()
1795 if (m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD))) in checkExtensions()
1960 else if (m_flags & FLAG_GEOMETRY_SET) in getExpectedPointSize()
2079 if (m_flags & FLAG_GEOMETRY_SET) in genGeometrySource()
3232 PointSizeCase::FLAG_GEOMETRY_SET, in init()
[all …]