Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp1048 …const char* const colorInputName = (m_hasGeometryStage) ? ("geo_color") : (m_hasTessellationStage)… in genFragmentSource() local
1052 "in mediump vec4 " << colorInputName << ";\n" in genFragmentSource()
1058 " mediump vec4 baseColor = " << colorInputName << ";\n" in genFragmentSource()
1190 const char* const colorInputName = (m_hasTessellationStage) ? ("tess_color") : ("vtx_color"); in genGeometrySource() local
1198 "in highp vec4 " << colorInputName << "[3];\n" in genGeometrySource()
1223 " highp vec4 triangleColor = " << colorInputName << "[0];\n" in genGeometrySource()
1556 …const char* const colorInputName = (m_hasGeometryStage) ? ("geo_color") : (m_hasTessellationStage)… in genFragmentSource() local
1560 "in mediump vec4 " << colorInputName << ";\n" in genFragmentSource()
1566 " mediump vec4 baseColor = " << colorInputName << ";\n" in genFragmentSource()
1690 const char* const colorInputName = (m_hasTessellationStage) ? ("tess_color") : ("vtx_color"); in genGeometrySource() local
[all …]