Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp47 void GetInterfaceBlockInfo(const std::vector<VarT> &fields, in GetInterfaceBlockInfo() function
391 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields, in GetInterfaceBlockInfo() function
399 GetInterfaceBlockInfo(fields, prefix, encoder, false, false, blockInfoOut); in GetInterfaceBlockInfo()
410 GetInterfaceBlockInfo(uniforms, prefix, encoder, false, true, blockInfoOut); in GetActiveUniformBlockInfo()
Dblocklayout.h181 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp634 sh::GetInterfaceBlockInfo(interfaceBlock.fields, interfaceBlock.fieldPrefix(), encoder, in getBlockInfo()