Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h616 const std::vector<sh::InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h713 const std::vector<sh::InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp468 const std::vector<InterfaceBlock> *GetShaderStorageBlocks(const ShHandle handle) in GetShaderStorageBlocks() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp421 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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp475 mState.mShaderStorageBlocks = GetShaderVariables(sh::GetShaderStorageBlocks(compilerHandle)); in resolveCompile()