Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp455 std::string getGeometrySource (bool tessellationActive) const;
708 std::string IdentityTessellationShaderCase::getGeometrySource (bool tessellationActive) const in getGeometrySource()
710 …const char* const colorSourceName = (tessellationActive) ? ("v_evaluated_color") : ("v_vertex_co… in getGeometrySource()
1832 …const bool tessellationActive = (m_flags & (FLAG_TESSELLATION_CONTROL_SET | FLAG_TESSELLATION_E… in renderTo() local
1854 if (tessellationActive) in renderTo()