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/include/GLSLANG/
ShaderVars.h 60 bool staticUse;
117 bool staticUse;
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 303 int staticUse = 0;
309 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);

Completed in 46 milliseconds