HomeSort by relevance Sort by last modified time
    Searched defs:staticUse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
VariableInfo.h 24 bool staticUse;
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 302 int staticUse = 0;
308 ShGetVariableInfo(compiler, SH_ACTIVE_ATTRIBUTES, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name, NULL);
311 ShGetVariableInfo(compiler, SH_ACTIVE_UNIFORMS, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name, NULL);

Completed in 147 milliseconds