Searched refs:getUniformIndex (Results 1 – 1 of 1) sorted by relevance
275 int getUniformIndex (const char* name) const;281 int UniformLayout::getUniformIndex (const char* name) const in getUniformIndex() function in deqp::gls::ub::UniformLayout1009 int uniformNdx = layout.getUniformIndex(fullApiName.c_str()); in generateCompareSrc()1323 int dstUniformNdx = dstLayout.getUniformIndex(srcEntry.name.c_str()); in copyUniformData()1624 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareStd140Blocks()1701 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareSharedBlocks()1758 int refEntryNdx = refLayout.getUniformIndex(cmpEntry.name.c_str()); in compareTypes()