Searched refs:getUniformIndex (Results 1 – 7 of 7) sorted by relevance
240 int getUniformIndex(const char* name) const;246 int UniformLayout::getUniformIndex(const char* name) const in getUniformIndex() function in deqp::ub::UniformLayout938 int uniformNdx = layout.getUniformIndex(fullApiName.c_str()); in generateCompareSrc()1278 int dstUniformNdx = dstLayout.getUniformIndex(srcEntry.name.c_str()); in copyUniformData()1582 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareStd140Blocks()1662 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareSharedBlocks()1720 int refEntryNdx = refLayout.getUniformIndex(cmpEntry.name.c_str()); in compareTypes()
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()
697 int getUniformIndex(const char* name) const; // can be used for glGetUniformIndices()
142 GLuint getUniformIndex(const std::string &name) const;
2500 uniformIndices[uniformId] = programObject->getUniformIndex(uniformNames[uniformId]); in GetUniformIndices()
390 GLuint Program::getUniformIndex(const std::string &name) const in getUniformIndex() function in es2::Program
1991 int TProgram::getUniformIndex(const char* name) const { return reflection->getIndex(name); } in getUniformIndex() function in glslang::TProgram