Searched refs:GetInterfaceBlockInfo (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayout.cpp | 47 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()
|
D | blocklayout.h | 181 void GetInterfaceBlockInfo(const std::vector<ShaderVariable> &fields,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 634 sh::GetInterfaceBlockInfo(interfaceBlock.fields, interfaceBlock.fieldPrefix(), encoder, in getBlockInfo()
|