Home
last modified time | relevance | path

Searched refs:fragSource (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp387 const std::string fragSource = R"(\ in TEST_P() local
400 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
506 const std::string fragSource = R"(\ in TEST_P() local
522 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
644 const std::string fragSource = R"(\ in TEST_P() local
660 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
DGfxstreamEnd2EndTests.cpp397 const std::string& fragSource) { in MakeProgram() argument
400 GL_EXPECT(ScopedGlShader::MakeShader(dispatch, GL_FRAGMENT_SHADER, fragSource)); in MakeProgram()
483 const std::string& fragSource) { in SetUpProgram() argument
488 return ScopedGlProgram::MakeProgram(*mGl, vertSource, fragSource); in SetUpProgram()
DGfxstreamEnd2EndTests.h505 const std::string& fragSource);