Searched refs:glsl_implementation_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator_cache.h39 glsl_implementation_type,
52 glsl_implementation_type; member in struct:gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams
60 glsl_implementation_type,
65 glsl_implementation_type(glsl_implementation_type),
55 ShaderTranslatorInitParams( sh::GLenum shader_type, ShShaderSpec shader_spec, const ShBuiltInResources& resources, ShaderTranslatorInterface::GlslImplementationType glsl_implementation_type, ShCompileOptions driver_bug_workarounds) argument
H A Dshader_translator_cache.cc35 glsl_implementation_type,
40 glsl_implementation_type,
49 glsl_implementation_type,
30 GetTranslator( sh::GLenum shader_type, ShShaderSpec shader_spec, const ShBuiltInResources* resources, ShaderTranslatorInterface::GlslImplementationType glsl_implementation_type, ShCompileOptions driver_bug_workarounds) argument
H A Dshader_translator.h72 GlslImplementationType glsl_implementation_type,
119 GlslImplementationType glsl_implementation_type,
H A Dshader_translator.cc132 ShaderTranslatorInterface::GlslImplementationType glsl_implementation_type,
143 (glsl_implementation_type == kGlslES ? SH_ESSL_OUTPUT : SH_GLSL_OUTPUT);
151 implementation_is_glsl_es_ = (glsl_implementation_type == kGlslES);
128 Init( GLenum shader_type, ShShaderSpec shader_spec, const ShBuiltInResources* resources, ShaderTranslatorInterface::GlslImplementationType glsl_implementation_type, ShCompileOptions driver_bug_workarounds) argument
H A Dmocks.h97 GlslImplementationType glsl_implementation_type,

Completed in 122 milliseconds