Home
last modified time | relevance | path

Searched refs:GetUniformBlocks (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h615 const std::vector<sh::InterfaceBlock> *GetUniformBlocks(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h712 const std::vector<sh::InterfaceBlock> *GetUniformBlocks(const ShHandle handle);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp458 const std::vector<InterfaceBlock> *GetUniformBlocks(const ShHandle handle) in GetUniformBlocks() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp420 mState.mUniformBlocks = GetShaderVariables(sh::GetUniformBlocks(compilerHandle)); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp554 const std::vector<InterfaceBlock> *GetUniformBlocks(const ShHandle handle) in GetUniformBlocks() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp474 mState.mUniformBlocks = GetShaderVariables(sh::GetUniformBlocks(compilerHandle)); in resolveCompile()