Lines Matching refs:str
200 << "EGL attrib list: { " << attribListString.str() << " }\n\n"
830 return vertexShaderSource.str();
871 return fragmentShaderSource.str();
887 return fragmentShaderSource.str();
913 return computeShaderSource.str();
948 return glu::ProgramSources() << glu::VertexSource(genVertexShader(shaderDecl.str(), shaderBody.str()))
949 << glu::FragmentSource(genFragmentShader(shaderDecl.str(), shaderBody.str()));
987 return glu::ProgramSources() << glu::ComputeSource(genComputeShader(shaderDecl.str(), shaderBody.str()));