Searched refs:ShGetVariableInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h341 // Can be queried by calling ShGetVariableInfo().
432 COMPILER_EXPORT void ShGetVariableInfo(const ShHandle handle,
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp309 ShGetVariableInfo(compiler, SH_ACTIVE_ATTRIBUTES, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name, NULL);
312 ShGetVariableInfo(compiler, SH_ACTIVE_UNIFORMS, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name, NULL);
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc70 ShGetVariableInfo(compiler, var_type, i,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderLang.cpp398 void ShGetVariableInfo(const ShHandle handle, function

Completed in 152 milliseconds