Home | History | Annotate | Download | only in functional

Lines Matching refs:FLAG_GEOMETRY_SET

1630 		FLAG_GEOMETRY_SET					= 0x20,		// !< set gl_PointSize in geometry shader
1690 if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? ("_") : ("")) << "geometry_set";
1707 if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) << "set point size in geometry shader";
1731 if (m_flags & FLAG_GEOMETRY_SET)
1749 if (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET))
1792 if ((m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET))) && !supportsES32)
1795 if (m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD)))
1960 else if (m_flags & FLAG_GEOMETRY_SET)
2079 if (m_flags & FLAG_GEOMETRY_SET)
3232 PointSizeCase::FLAG_GEOMETRY_SET,
3236 PointSizeCase::FLAG_VERTEX_SET | PointSizeCase::FLAG_GEOMETRY_SET,
3237 PointSizeCase::FLAG_VERTEX_SET | PointSizeCase::FLAG_TESSELLATION_EVALUATION_SET | PointSizeCase::FLAG_GEOMETRY_SET,