Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1035 const string* frgSource,
1091 const string* frgSource, in createShaderProgram() argument
1098 if (frgSource != DE_NULL) in createShaderProgram()
1099 sources << FragmentSource(*frgSource); in createShaderProgram()
1199 const string frgSource = genFrgShaderSrc(initFrgSeed, m_varyings.frgInputs, in createPipeline() local
1220 fullProg = createShaderProgram(&vtxSource, &frgSource, true); in createPipeline()
1235 frgProg = createSingleShaderProgram(glu::SHADERTYPE_FRAGMENT, frgSource); in createPipeline()
Des31fNegativeTessellationTests.cpp300 glu::FragmentSource frgSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)); in invalid_program_state() local
306 …:ShaderProgram fragProgram (rc, glu::ProgramSources() << glu::ProgramSeparable(true) << frgSource); in invalid_program_state()
/third_party/vk-gl-cts/modules/glshared/
DglsScissorTests.cpp149 const string frgSource = "${VERSION}\n" in genShaders() local
179 …(tcu::StringTemplate(vtxSource).specialize(params), tcu::StringTemplate(frgSource).specialize(para… in genShaders()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1230 …const char* frgSource = (m_buildErrorType == BUILDERROR_COMPILE) ? (brokenShader) : (linkErrorFrgS… in test() local
1236 glShaderSource(shaderFrag, 1, &frgSource, DE_NULL); in test()