Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp329 glu::ProgramSources programSources(glu::makeVtxFragSources(vs, fs)); in renderQuad() local
332 glu::ShaderProgram testProgram(renderContext, programSources); in renderQuad()
/third_party/vk-gl-cts/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()