Home | History | Annotate | Download | only in functional

Lines Matching refs:sourceBuf

1504 		std::ostringstream							sourceBuf;
1507 sourceBuf << glu::getGLSLVersionDeclaration(shader->getVersion()) << "\n"
1514 writeStructureDefinitions(sourceBuf, shader->getDefaultBlock());
1519 sourceBuf << shader->getDefaultBlock().variables[ndx] << ";\n";
1522 sourceBuf << "\n";
1527 writeInterfaceBlock(sourceBuf, shader->getDefaultBlock().interfaceBlocks[ndx]);
1678 sourceBuf << "writeonly buffer DummyOutputInterface\n"
1684 sources << glu::ShaderSource(shader->getType(), sourceBuf.str() + usageBuf.str());