Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp1424 InterfaceBlockInfo uniformBlockInfo(mCustomEncoderFactory); in linkResources() local
1430 uniformBlockInfo.getShaderBlockInfo(shader->getUniformBlocks()); in linkResources()
1434 auto getUniformBlockSize = [&uniformBlockInfo](const std::string &name, in linkResources()
1436 return uniformBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
1439 auto getUniformBlockMemberInfo = [&uniformBlockInfo](const std::string &name, in linkResources()
1442 return uniformBlockInfo.getBlockMemberInfo(name, mappedName, infoOut); in linkResources()