Searched refs:frgSource (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp1027 const string* frgSource,
1083 const string* frgSource,
1090 if (frgSource != DE_NULL)
1091 sources << FragmentSource(*frgSource);
1191 const string frgSource = genFrgShaderSrc(initFrgSeed, m_varyings.frgInputs,
1212 fullProg = createShaderProgram(&vtxSource, &frgSource, true);
1227 frgProg = createSingleShaderProgram(glu::SHADERTYPE_FRAGMENT, frgSource);
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp135 const string frgSource = "${VERSION}\n" local
165 return glu::makeVtxFragSources(tcu::StringTemplate(vtxSource).specialize(params), tcu::StringTemplate(frgSource).specialize(params));

Completed in 892 milliseconds