Searched refs:overrideVersion (Results 1 - 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 790 int overrideVersion, // overrides version specified by #verison or default version in ProcessDeferred() 878 if (source == EShSourceGlsl && overrideVersion != 0) { in ProcessDeferred() 879 version = overrideVersion; in ProcessDeferred() 1250 int overrideVersion, // use 0 if not overriding GLSL version 1261 defaultProfile, forceDefaultVersionAndProfile, overrideVersion, 1289 int overrideVersion, // use 0 if not overriding GLSL version 1301 defaultProfile, forceDefaultVersionAndProfile, overrideVersion, 1716 : stage(s), lengths(nullptr), stringNames(nullptr), preamble(""), overrideVersion(0) in TShader() 1787 overrideVersion = version; in setOverrideVersion() 1868 defaultProfile, forceDefaultVersionAndProfile, overrideVersion, in parse() 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 [all...] |
/third_party/skia/tools/gpu/gl/ |
H A D | GLTestContext.h | 48 void overrideVersion(const char* version, const char* shadingLanguageVersion);
|
H A D | GLTestContext.cpp | 232 void GLTestContext::overrideVersion(const char* version, const char* shadingLanguageVersion) { in overrideVersion() function in sk_gpu_test::GLTestContext
|
/third_party/skia/tools/gpu/ |
H A D | GrContextFactory.cpp | 230 glCtx->overrideVersion("OpenGL ES 2.0", "OpenGL ES GLSL ES 1.00"); in getContextInfoInternal()
|
/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 719 int overrideVersion; member in glslang::TShader
|
Completed in 9 milliseconds