Searched refs:defaultProfile (Results 1 - 3 of 3) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 786 EProfile defaultProfile, in ProcessDeferred() 787 // set version/profile to defaultVersion/defaultProfile regardless of the #version in ProcessDeferred() 863 (version != defaultVersion || profile != defaultProfile)) { in ProcessDeferred() 865 << defaultVersion << ", " << ProfileName(defaultProfile) in ProcessDeferred() 876 profile = defaultProfile; in ProcessDeferred() 1248 EProfile defaultProfile, 1261 defaultProfile, forceDefaultVersionAndProfile, overrideVersion, 1287 EProfile defaultProfile, 1301 defaultProfile, forceDefaultVersionAndProfile, overrideVersion, 1858 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultProfile, boo argument 776 ProcessDeferred( TCompiler* compiler, const char* const shaderStrings[], const int numStrings, const int* inputLengths, const char* const stringNames[], const char* customPreamble, const EShOptimizationLevel optLevel, const TBuiltInResource* resources, int defaultVersion, EProfile defaultProfile, bool forceDefaultVersionAndProfile, int overrideVersion, bool forwardCompatible, EShMessages messages, TIntermediate& intermediate, ProcessingContext& processingContext, bool requireNonempty, TShader::Includer& includer, const std::string sourceEntryPointName = �, const TEnvironment* environment = nullptr, bool compileOnly = false) ProcessDeferred() argument 1878 preprocess(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultProfile, bool forceDefaultVersionAndProfile, bool forwardCompatible, EShMessages message, std::string* output_string, Includer& includer) preprocess() argument [all...] |
/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 658 const TBuiltInResource*, int defaultVersion, EProfile defaultProfile, 662 bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDefaultVersionAndProfile, in parse() argument 666 return parse(res, defaultVersion, defaultProfile, forceDefaultVersionAndProfile, forwardCompatible, messages, includer); in parse() 685 EProfile defaultProfile, bool forceDefaultVersionAndProfile,
|
/third_party/glslang/gtests/ |
H A D | TestFixture.h | 113 defaultProfile(ENoProfile), in GlslangTest() 660 GetDefaultResources(), defaultVersion, defaultProfile, in preprocess() 730 const EProfile defaultProfile; member in glslangtest::GlslangTest
|
Completed in 7 milliseconds