HomeSort by relevance Sort by last modified time
    Searched refs:ShGetVariableInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.cpp 81 ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.precision, &symbol.staticUse, nameBuffer.data(), mappedNameBuffer.data());
83 ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.precision, nameBuffer.data(), mappedNameBuffer.data());
89 ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.precision, &symbol.staticUse, nameBuffer.data(), mappedNameBuffer.data());
91 ShGetVariableInfo(compiler, symbolType, i, &nameLength, &symbol.size, &symbol.dataType, &symbol.precision, nameBuffer.data(), mappedNameBuffer.data());
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 325 // Can be queried by calling ShGetVariableInfo().
414 COMPILER_EXPORT void ShGetVariableInfo(const ShHandle handle,
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 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);
  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 70 ShGetVariableInfo(compiler, var_type, i,
  /external/chromium_org/third_party/angle/src/compiler/
ShaderLang.cpp 245 void ShGetVariableInfo(const ShHandle handle,

Completed in 689 milliseconds