Lines Matching defs:buffer
610 StringStream buffer;
611 SPIRVCodeGenerator cg(fContext.get(), &program, &buffer);
615 const String& data = buffer.str();
653 StringStream buffer;
654 bool result = this->toSPIRV(program, buffer);
656 *out = buffer.str();
670 StringStream buffer;
671 bool result = this->toGLSL(program, buffer);
673 *out = buffer.str();
696 StringStream buffer;
697 bool result = this->toMetal(program, buffer);
699 *out = buffer.str();