Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp90 glu::ProgramSources programSources (const string& vertexSource, const string& fragmentSource) in programSources() function
103 : glu::ShaderProgram(gl, programSources(vertexSource, fragmentSource)) {} in Program()