Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp275 int getUniformIndex (const char* name) const;
281 int UniformLayout::getUniformIndex (const char* name) const in getUniformIndex() function in deqp::gls::ub::UniformLayout
1009 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()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h141 GLuint getUniformIndex(const std::string &name) const;
DProgram.cpp368 GLuint Program::getUniformIndex(const std::string &name) const in getUniformIndex() function in es2::Program
DlibGLESv3.cpp2703 uniformIndices[uniformId] = programObject->getUniformIndex(uniformNames[uniformId]); in glGetUniformIndices()