Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp338 auto result = SetUpShader(GL_FRAGMENT_SHADER, shaderSource); in TEST_P()
365 auto result = SetUpShader(GL_VERTEX_SHADER, shaderSource); in TEST_P()
DGfxstreamEnd2EndTests.h502 GlExpected<ScopedGlShader> SetUpShader(GLenum type, const std::string& source);
DGfxstreamEnd2EndTests.cpp473 GlExpected<ScopedGlShader> GfxstreamEnd2EndTest::SetUpShader(GLenum type, in SetUpShader() function in gfxstream::tests::GfxstreamEnd2EndTest