Lines Matching refs:std
42 const std::string& name,
46 const std::string& vertShaderSource,
47 const std::string& fragShaderSource);
56 const std::string& name,
60 const std::string& vertShaderSource,
61 const std::string& fragShaderSource)
72 static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string& name, bool isVertexCase, ShaderEvalFunc evalFunc, UniformSetupFunc uniformFunc, const LineStream& shaderSrc)
74 static std::string defaultVertSrc =
84 static std::string defaultFragSrc =
94 std::string vertSrc;
95 std::string fragSrc;
96 std::map<std::string, std::string> spParams;