Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp256 std::ostringstream vertDecl, vertMain, fragDecl, fragMain; in genShaderSources() local
271 vertMain << "void main()\n{\n" in genShaderSources()
335 vertMain << " v_color.rgb *= verify(float( texture(" << uniName in genShaderSources()
346 vertMain << " v_color.rgb *= verify(float(" << uniName in genShaderSources()
357 vertMain << "}\n"; in genShaderSources()
360 return glu::makeVtxFragSources(vertDecl.str() + vertMain.str(), fragDecl.str() + fragMain.str()); in genShaderSources()