Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorGLSL.cpp145 bool hasGLFragColor = false; in translate() local
156 ASSERT(!hasGLFragColor); in translate()
157 hasGLFragColor = true; in translate()
183 ASSERT(!((hasGLFragColor || hasGLSecondaryFragColor) && in translate()
185 if (hasGLFragColor) in translate()
DTranslatorVulkan.cpp933 bool hasGLFragColor = false; in translateImpl() local
940 ASSERT(!hasGLFragColor); in translateImpl()
941 hasGLFragColor = true; in translateImpl()
951 ASSERT(!(hasGLFragColor && hasGLFragData)); in translateImpl()
952 if (hasGLFragColor) in translateImpl()