Searched refs:SH_ACTIVE_ATTRIBUTES (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/ |
D | ANGLEPlatformBridge.cpp | 49 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/ |
D | translator.cpp | 177 …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/ |
D | ShaderLang.cpp | 176 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/ |
D | shader_translator.cc | 45 case SH_ACTIVE_ATTRIBUTES: in GetVariableInfo() 186 GetVariableInfo(compiler_, SH_ACTIVE_ATTRIBUTES, &attrib_map_); in Translate()
|
/external/chromium_org/third_party/angle/include/GLSLANG/ |
D | ShaderLang.h | 123 SH_ACTIVE_ATTRIBUTES = 0x8B89, enumerator
|