Searched refs:ShShaderSpec (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/angle/src/compiler/
H A DInitialize.h14 void InsertBuiltInFunctions(ShShaderType type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &table);
16 void IdentifyBuiltIns(ShShaderType type, ShShaderSpec spec,
H A DTranslatorESSL.h14 TranslatorESSL(ShShaderType type, ShShaderSpec spec);
H A DTranslatorGLSL.h14 TranslatorGLSL(ShShaderType type, ShShaderSpec spec);
H A DCodeGen.cpp17 ShShaderType type, ShShaderSpec spec, ShShaderOutput output)
H A DTranslatorHLSL.cpp12 TranslatorHLSL::TranslatorHLSL(ShShaderType type, ShShaderSpec spec, ShShaderOutput output)
H A DTranslatorHLSL.h15 TranslatorHLSL(ShShaderType type, ShShaderSpec spec, ShShaderOutput output);
H A DShHandle.h36 bool isWebGLBasedSpec(ShShaderSpec spec);
60 TCompiler(ShShaderType type, ShShaderSpec spec);
82 ShShaderSpec getShaderSpec() const { return shaderSpec; }
123 ShShaderSpec shaderSpec;
166 ShShaderType type, ShShaderSpec spec, ShShaderOutput output);
H A DTranslatorGLSL.cpp24 TranslatorGLSL::TranslatorGLSL(ShShaderType type, ShShaderSpec spec)
H A DTranslatorESSL.cpp11 TranslatorESSL::TranslatorESSL(ShShaderType type, ShShaderSpec spec)
H A DParseContext.h28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
48 ShShaderSpec shaderSpec; // The language specification compiler conforms to - GLES2 or WebGL.
H A DCompiler.cpp26 bool isWebGLBasedSpec(ShShaderSpec spec)
73 TCompiler::TCompiler(ShShaderType type, ShShaderSpec spec)
H A DShaderLang.cpp99 ShHandle ShConstructCompiler(ShShaderType type, ShShaderSpec spec,
H A DInitialize.cpp17 void InsertBuiltInFunctions(ShShaderType type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &symbolTable)
421 void IdentifyBuiltIns(ShShaderType type, ShShaderSpec spec,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
H A DANGLEPlatformBridge.h71 ANGLEPlatformBridge(ShShaderOutput = SH_GLSL_OUTPUT, ShShaderSpec = SH_WEBGL_SPEC);
89 ShShaderSpec m_shaderSpec;
H A DANGLEPlatformBridge.cpp137 ANGLEPlatformBridge::ANGLEPlatformBridge(ShShaderOutput shaderOutput, ShShaderSpec shaderSpec)
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator_cache.h35 ShShaderSpec shader_spec,
50 ShShaderSpec shader_spec;
58 ShShaderSpec shader_spec,
H A Dshader_translator_cache.cc33 ShShaderSpec shader_spec,
H A Dshader_translator.h70 ShShaderSpec shader_spec,
120 ShShaderSpec shader_spec,
H A Dmocks.h84 ShShaderSpec shader_spec,
H A Dshader_translator.cc126 ShShaderSpec shader_spec,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
H A DCustomFilterGlobalContext.h73 static PassOwnPtr<ANGLEPlatformBridge> createShaderValidator(ShShaderSpec);
H A DCustomFilterGlobalContext.cpp62 PassOwnPtr<ANGLEPlatformBridge> CustomFilterGlobalContext::createShaderValidator(ShShaderSpec shaderSpec)
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp178 ShShaderSpec spec = SH_WEBGL_SPEC;
206 ShShaderSpec spec = SH_WEBGL_SPEC;
234 ShShaderSpec spec = SH_WEBGL_SPEC;
262 ShShaderSpec spec = SH_WEBGL_SPEC;
290 ShShaderSpec spec = SH_WEBGL_SPEC;
/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h78 } ShShaderSpec; typedef in typeref:enum:__anon11331
298 ShShaderSpec spec,
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp70 ShShaderSpec spec = SH_GLES2_SPEC;

Completed in 181 milliseconds

12