Searched defs:isIllegalFragmentOutput (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp171 static bool isIllegalFragmentOutput (const glu::VarType& varType, bool insideAnArray = false) function in namespace:deqp::gles31::Functional::ProgramInterfaceDefinition
187 return isIllegalFragmentOutput(varType.getElementType(), true);
298 if (m_defaultBlock.variables[varNdx].storage == glu::STORAGE_OUT && isIllegalFragmentOutput(m_defaultBlock.variables[varNdx].varType))

Completed in 52 milliseconds