Home
last modified time | relevance | path

Searched refs:EXT_shader_texture_lod (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h247 int EXT_shader_texture_lod; member
/external/chromium_org/third_party/angle/src/compiler/translator/
DInitialize.cpp355 if (resources.EXT_shader_texture_lod) in InsertBuiltInFunctions()
391 if (resources.EXT_shader_texture_lod) in InsertBuiltInFunctions()
711 if (resources.EXT_shader_texture_lod) in IdentifyBuiltIns()
725 if (resources.EXT_shader_texture_lod) in IdentifyBuiltIns()
759 if (resources.EXT_shader_texture_lod) in InitExtensionBehavior()
DShaderLang.cpp202 resources->EXT_shader_texture_lod = 0; in ShInitBuiltInResources()
DCompiler.cpp359 << ":EXT_shader_texture_lod:" << compileResources.EXT_shader_texture_lod in setResourceString()
/external/chromium_org/third_party/angle/samples/translator/
Dtranslator.cpp129 case 'l': resources.EXT_shader_texture_lod = 1; break; in main()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DShaderD3D.cpp100 resources.EXT_shader_texture_lod = 1; in initializeCompiler()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder.cc2806 resources.EXT_shader_texture_lod = shader_texture_lod_explicitly_enabled_; in InitializeShaderTranslator()
2818 resources.EXT_shader_texture_lod = in InitializeShaderTranslator()