Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorGLSL.cpp144 bool hasGLSecondaryFragColor = false; in translate() local
168 ASSERT(!hasGLSecondaryFragColor); in translate()
169 hasGLSecondaryFragColor = true; in translate()
180 ASSERT(!((hasGLFragColor || hasGLSecondaryFragColor) && in translate()
190 if (hasGLSecondaryFragColor) in translate()