Home
last modified time | relevance | path

Searched refs:GetShaderStorageBlocks (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h713 const std::vector<sh::InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp475 mState.mShaderStorageBlocks = GetShaderVariables(sh::GetShaderStorageBlocks(compilerHandle)); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp564 const std::vector<InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle) in GetShaderStorageBlocks() function