Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp83 static bool isOpaqueType (glu::DataType type) in isOpaqueType() function
131 …const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector… in isIllegalVertexOutput() local
136 if (isOpaqueType) in isIllegalVertexOutput()
177 …const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector… in isIllegalFragmentOutput() local
179 …if (glu::isDataTypeBoolOrBVec(varType.getBasicType()) || isOpaqueType || glu::isDataTypeMatrix(var… in isIllegalFragmentOutput()
262 … if (containsMatchingSubtype(m_defaultBlock.interfaceBlocks[interfaceNdx].variables, isOpaqueType)) in isValid()