OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requireProfile
(Results
1 - 5
of
5
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseVersions.h
64
virtual void
requireProfile
(const TSourceLoc&, int queryProfiles, const char* featureDesc);
Versions.cpp
58
//
requireProfile
()
89
// for some version level). That is, call
requireProfile
() to constrain the profiles, e.g.:
92
//
requireProfile
(loc,
102
// // following the
requireProfile
() call...
117
// This must be called for each profile allowed by the initial call to
requireProfile
().
318
// When to use
requireProfile
():
326
void TParseVersions::
requireProfile
(const TSourceLoc& loc, int profileMask, const char* featureDesc)
354
// It must be called for each profile that needs protection. Use
requireProfile
() first
647
requireProfile
(loc, ECoreProfile | ECompatibilityProfile, op);
657
requireProfile
(loc, ECoreProfile | ECompatibilityProfile, op)
[
all
...]
ParseHelper.cpp
531
requireProfile
(base->getLoc(), ~EEsProfile, "variable indexing buffer block array");
538
requireProfile
(base->getLoc(), ~EEsProfile, "variable indexing fragment shader ouput array");
541
requireProfile
(base->getLoc(), EEsProfile | ECoreProfile | ECompatibilityProfile, explanation);
809
requireProfile
(loc, ~EEsProfile, feature);
835
requireProfile
(loc, ~EEsProfile, dotFeature);
[
all
...]
glslang.y
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.cpp
184
parseContext.
requireProfile
(ppToken->loc, ~EEsProfile, "token pasting (##)");
Completed in 456 milliseconds