Home
last modified time | relevance | path

Searched refs:ShShaderSpec (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DCompiler.h33 bool IsWebGLBasedSpec(ShShaderSpec spec);
58 TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
82 ShShaderSpec getShaderSpec() const { return shaderSpec; } in getShaderSpec()
149 ShShaderSpec shaderSpec;
189 sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
DInitialize.h14 void InsertBuiltInFunctions(sh::GLenum type, ShShaderSpec spec, const ShBuiltInResources &resources…
16 void IdentifyBuiltIns(sh::GLenum type, ShShaderSpec spec,
Dlength_limits.h19 size_t GetGlobalMaxTokenSize(ShShaderSpec spec);
DTranslatorESSL.h14 TranslatorESSL(sh::GLenum type, ShShaderSpec spec);
DTranslatorGLSL.h14 TranslatorGLSL(sh::GLenum type, ShShaderSpec spec);
DCodeGen.cpp17 sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in ConstructCompiler()
DTranslatorHLSL.h15 TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
DTranslatorESSL.cpp12 TranslatorESSL::TranslatorESSL(sh::GLenum type, ShShaderSpec spec) in TranslatorESSL()
DTranslatorHLSL.cpp12 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TranslatorHLSL()
DTranslatorGLSL.cpp24 TranslatorGLSL::TranslatorGLSL(sh::GLenum type, ShShaderSpec spec) in TranslatorGLSL()
DCompiler.cpp30 bool IsWebGLBasedSpec(ShShaderSpec spec) in IsWebGLBasedSpec()
35 size_t GetGlobalMaxTokenSize(ShShaderSpec spec) in GetGlobalMaxTokenSize()
99 TCompiler::TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TCompiler()
DParseContext.h28 …ymt, TExtensionBehavior& ext, TIntermediate& interm, sh::GLenum type, ShShaderSpec spec, int optio… in TParseContext()
51ShShaderSpec shaderSpec; // The language specification compiler conforms to - GLES2 o…
DShaderLang.cpp225 ShHandle ShConstructCompiler(sh::GLenum type, ShShaderSpec spec, in ShConstructCompiler()
DInitialize.cpp18 void InsertBuiltInFunctions(sh::GLenum type, ShShaderSpec spec, const ShBuiltInResources &resources… in InsertBuiltInFunctions()
598 void IdentifyBuiltIns(sh::GLenum type, ShShaderSpec spec, in IdentifyBuiltIns()
/external/chromium_org/gpu/command_buffer/service/
Dshader_translator_cache.h36 ShShaderSpec shader_spec,
49 ShShaderSpec shader_spec;
57 ShShaderSpec shader_spec, in ShaderTranslatorInitParams()
Dshader_translator.h70 ShShaderSpec shader_spec,
117 ShShaderSpec shader_spec,
Dshader_translator_cache.cc32 ShShaderSpec shader_spec, in GetTranslator()
Dmocks.h95 ShShaderSpec shader_spec,
Dshader_translator.cc130 ShShaderSpec shader_spec, in Init()
Dgles2_cmd_decoder.cc2822 ShShaderSpec shader_spec = force_webgl_glsl_validation_ ? SH_WEBGL_SPEC in InitializeShaderTranslator()
/external/chromium_org/third_party/angle/tests/compiler_tests/
DExpressionLimit_test.cpp180 ShShaderSpec spec = SH_WEBGL_SPEC;
209 ShShaderSpec spec = SH_WEBGL_SPEC;
238 ShShaderSpec spec = SH_WEBGL_SPEC;
267 ShShaderSpec spec = SH_WEBGL_SPEC;
296 ShShaderSpec spec = SH_WEBGL_SPEC;
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h78 } ShShaderSpec; typedef
314 ShShaderSpec spec,
/external/chromium_org/third_party/angle/samples/translator/
Dtranslator.cpp70 ShShaderSpec spec = SH_GLES2_SPEC; in main()