Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DparseVersions.h92 …void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* featureDesc… in checkDeprecated() function
134 …virtual void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* fea…
DVersions.cpp753 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() function in glslang::TParseVersions
Dglslang.y1476 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1477 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1487 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1488 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
Dglslang.m41476 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1477 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1487 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1488 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
Dglslang_tab.cpp6948 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "attribute"); in yyparse()
6949 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "attribute"); in yyparse()
6964 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "varying"); in yyparse()
6965 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "varying"); in yyparse()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h92 …void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* featureDesc… in checkDeprecated() function
134 …virtual void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* fea…
DVersions.cpp723 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() function in glslang::TParseVersions
Dglslang.y1403 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1404 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1414 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1415 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
Dglslang.m41403 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1404 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1414 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1415 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
Dglslang_tab.cpp6350 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "attribute"); in yyparse()
6351 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "attribute"); in yyparse()
6366 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "varying"); in yyparse()
6367 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "varying"); in yyparse()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java371 CheckDeprecated checkDeprecated = new CheckDeprecated(this); in TestNonLdml() local
446 if (checkDeprecated.check(dtdData, parts, fullName)) { in TestNonLdml()
490 checkDeprecated.show(getInclusion()); in TestNonLdml()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java39 checker.checkDeprecated(); in main()
56 public void checkDeprecated() { in checkDeprecated() method in DeprecatedAPIChecker