Searched refs:SetUpShader (Results 1 – 3 of 3) sorted by relevance
338 auto result = SetUpShader(GL_FRAGMENT_SHADER, shaderSource); in TEST_P()365 auto result = SetUpShader(GL_VERTEX_SHADER, shaderSource); in TEST_P()
502 GlExpected<ScopedGlShader> SetUpShader(GLenum type, const std::string& source);
473 GlExpected<ScopedGlShader> GfxstreamEnd2EndTest::SetUpShader(GLenum type, in SetUpShader() function in gfxstream::tests::GfxstreamEnd2EndTest