Searched refs:sourceBuf (Results 1 – 3 of 3) sorted by relevance
680 var sourceBuf = [];690 sourceBuf.push(match.substring(9, match.length - 3));695 sourceBuf.push('\n');729 sourceBuf.push(literalText);734 return { source: sourceBuf.join(''), tags: extractedTags };
1504 std::ostringstream sourceBuf; in generateProgramInterfaceProgramSources() local1507 sourceBuf << glu::getGLSLVersionDeclaration(shader->getVersion()) << "\n" in generateProgramInterfaceProgramSources()1514 writeStructureDefinitions(sourceBuf, shader->getDefaultBlock()); in generateProgramInterfaceProgramSources()1519 sourceBuf << shader->getDefaultBlock().variables[ndx] << ";\n"; in generateProgramInterfaceProgramSources()1522 sourceBuf << "\n"; in generateProgramInterfaceProgramSources()1527 writeInterfaceBlock(sourceBuf, shader->getDefaultBlock().interfaceBlocks[ndx]); in generateProgramInterfaceProgramSources()1678 sourceBuf << "writeonly buffer DummyOutputInterface\n" in generateProgramInterfaceProgramSources()1684 sources << glu::ShaderSource(shader->getType(), sourceBuf.str() + usageBuf.str()); in generateProgramInterfaceProgramSources()
685 var sourceBuf = [];695 sourceBuf.push(match.substring(9, match.length - 3));700 sourceBuf.push('\n');734 sourceBuf.push(literalText);739 return { source: sourceBuf.join(''), tags: extractedTags };