Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp93 static bool isOpaqueType (glu::DataType type) in isOpaqueType() function
141 …const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector… in isIllegalVertexOutput() local
187 …const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector… in isIllegalFragmentOutput() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp295 const bool isOpaqueType = IsOpaqueType(funcArgument->getType().getBasicType()); in processFunctionCall() local