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

  /external/chromium_org/third_party/angle/src/compiler/
VariableInfo.h 24 bool staticUse;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.h 55 int staticUse;
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 309 int staticUse = 0;
315 ShGetVariableInfo(compiler, SH_ACTIVE_ATTRIBUTES, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name, mappedName);
318 ShGetVariableInfo(compiler, SH_ACTIVE_UNIFORMS, static_cast<int>(i), NULL, &size, &type, &precision, &staticUse, name, mappedName);

Completed in 39 milliseconds