Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp333 glu::ProgramSources programSources(glu::makeVtxFragSources(vs, fs)); in renderQuad() local
336 glu::ShaderProgram testProgram(renderContext, programSources); in renderQuad()
/aosp_15_r20/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp90 glu::ProgramSources programSources(const string &vertexSource, const string &fragmentSource) in programSources() function
103 : glu::ShaderProgram(gl, programSources(vertexSource, fragmentSource)) in Program()