HomeSort by relevance Sort by last modified time
    Searched refs:requireProfile (Results 1 - 5 of 5) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
parseVersions.h 65 virtual void requireProfile(const TSourceLoc&, int queryProfiles, const char* featureDesc);
ParseHelper.cpp 443 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing buffer block array");
451 requireProfile(base->getLoc(), ~EEsProfile, "variable indexing fragment shader output array");
454 requireProfile(base->getLoc(), EEsProfile | ECoreProfile | ECompatibilityProfile, explanation);
750 requireProfile(loc, ~EEsProfile, feature);
777 requireProfile(loc, ~EEsProfile, dotFeature);
    [all...]
Versions.cpp 60 // requireProfile()
91 // for some version level). That is, call requireProfile() to constrain the profiles, e.g.:
94 // requireProfile(loc,
104 // // following the requireProfile() call...
119 // This must be called for each profile allowed by the initial call to requireProfile().
488 // When to use requireProfile():
496 void TParseVersions::requireProfile(const TSourceLoc& loc, int profileMask, const char* featureDesc)
534 // It must be called for each profile that needs protection. Use requireProfile() first
    [all...]
glslang.y     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.cpp 232 parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)");

Completed in 56 milliseconds