Lines Matching full:c_str
1009 int uniformNdx = layout.getUniformIndex(fullApiName.c_str());
1035 generateCompareSrc(src, resultVar, elementType, (string(srcName) + op).c_str(), (string(apiName) + op).c_str(), layout, basePtr, unusedMask);
1048 generateCompareSrc(src, resultVar, memberIter->getType(), (string(srcName) + op).c_str(), (string(apiName) + op).c_str(), layout, basePtr, unusedMask);
1076 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str());
1086 generateCompareSrc(src, resultVar, uniform.getType(), (srcPrefix + uniform.getName()).c_str(), (apiPrefix + uniform.getName()).c_str(), layout, basePtr, unusedMask);
1314 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str());
1323 int dstUniformNdx = dstLayout.getUniformIndex(srcEntry.name.c_str());
1586 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
1587 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
1624 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str());
1665 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
1666 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
1701 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str());
1748 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());
1758 int refEntryNdx = refLayout.getUniformIndex(cmpEntry.name.c_str());
1877 const int queriedNdx = gl.getUniformBlockIndex(program, block.name.c_str());