Searched refs:checkPrecisionSpecified (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 126 void checkPrecisionSpecified(const TSourceLoc &line, TPrecision precision, TBasicType type);
|
D | ParseContext.cpp | 446 void TParseContext::checkPrecisionSpecified(const TSourceLoc &line, in checkPrecisionSpecified() function in sh::TParseContext 2517 checkPrecisionSpecified(typeSpecifier->getLine(), typeSpecifier->precision, in addFullySpecifiedType() 2545 checkPrecisionSpecified(typeSpecifier.getLine(), returnType.precision, in addFullySpecifiedType() 3971 checkPrecisionSpecified(location, paramType.getPrecision(), paramType.getBasicType()); in parseFunctionDeclarator() 5704 checkPrecisionSpecified(typeSpecifier.getLine(), typeSpecifier.precision, in addStructDeclaratorList()
|