Home
last modified time | relevance | path

Searched refs:SH_ACTIVE_ATTRIBUTES (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
DANGLEPlatformBridge.cpp49 case SH_ACTIVE_ATTRIBUTES: in getSymbolInfo()
78 case SH_ACTIVE_ATTRIBUTES: in getSymbolInfo()
221 if (!getSymbolInfo(compiler, SH_ACTIVE_ATTRIBUTES, symbols)) in compileShaderSource()
/external/chromium_org/third_party/angle/samples/translator/
Dtranslator.cpp177 …PrintActiveVariables(compiler, SH_ACTIVE_ATTRIBUTES, (compileOptions & SH_MAP_LONG_VARIABLE_NAMES)… in main()
287 case SH_ACTIVE_ATTRIBUTES: in PrintActiveVariables()
314 case SH_ACTIVE_ATTRIBUTES: in PrintActiveVariables()
315 …ShGetVariableInfo(compiler, SH_ACTIVE_ATTRIBUTES, static_cast<int>(i), NULL, &size, &type, &precis… in PrintActiveVariables()
/external/chromium_org/third_party/angle/src/compiler/
DShaderLang.cpp176 case SH_ACTIVE_ATTRIBUTES: in ShGetInfo()
258 ASSERT((varType == SH_ACTIVE_ATTRIBUTES) || in ShGetVariableInfo()
268 varType == SH_ACTIVE_ATTRIBUTES ? compiler->getAttribs() : in ShGetVariableInfo()
/external/chromium_org/gpu/command_buffer/service/
Dshader_translator.cc45 case SH_ACTIVE_ATTRIBUTES: in GetVariableInfo()
186 GetVariableInfo(compiler_, SH_ACTIVE_ATTRIBUTES, &attrib_map_); in Translate()
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h123 SH_ACTIVE_ATTRIBUTES = 0x8B89, enumerator