Searched refs:uniformBlockInfo (Results 1 – 1 of 1) sorted by relevance
1424 InterfaceBlockInfo uniformBlockInfo(mCustomEncoderFactory); in linkResources() local1430 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()