Searched defs:defaultVersion (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 500 …uceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, in DeduceVersionProfile() 795 …int defaultVersion, // use 100 for ES environment, 110 for desktop; this is the GLSL version, not… in ProcessDeferred() 1250 int defaultVersion, // use 100 for ES environment, 110 for desktop in PreprocessDeferred() 1288 int defaultVersion, // use 100 for ES environment, 110 for desktop in CompileDeferred() 1451 int defaultVersion, // use 100 for ES environment, 110 for desktop in ShCompile() 1846 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultP… in parse() 1870 int defaultVersion, EProfile defaultProfile, in preprocess()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 500 …uceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, in DeduceVersionProfile() 795 …int defaultVersion, // use 100 for ES environment, 110 for desktop; this is the GLSL version, not… in ProcessDeferred() 1250 int defaultVersion, // use 100 for ES environment, 110 for desktop in PreprocessDeferred() 1288 int defaultVersion, // use 100 for ES environment, 110 for desktop in CompileDeferred() 1451 int defaultVersion, // use 100 for ES environment, 110 for desktop in ShCompile() 1846 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultP… in parse() 1870 int defaultVersion, EProfile defaultProfile, in preprocess()
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 610 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse() 618 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() 623 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse()
|
/external/angle/third_party/glslang/src/glslang/Public/ |
D | ShaderLang.h | 610 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse() 618 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() 623 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse()
|
/external/curl/lib/ |
D | x509asn1.c | 712 static const char defaultVersion = 0; /* v1. */ in Curl_parseX509() local
|
/external/deqp-deps/glslang/StandAlone/ |
D | StandAlone.cpp | 1072 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local
|
/external/angle/third_party/glslang/src/StandAlone/ |
D | StandAlone.cpp | 1072 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local
|