Searched refs:vtxSource (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp51 ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc);
55 ShaderSwitchCase::ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc) argument
58 m_vertShaderSource = vtxSource;
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp1026 MovePtr<ProgramWrapper> createShaderProgram (const string* vtxSource,
1082 MovePtr<ProgramWrapper> SeparateShaderTest::createShaderProgram (const string* vtxSource,
1088 if (vtxSource != DE_NULL)
1089 sources << VertexSource(*vtxSource);
1209 string vtxSource = genVtxShaderSrc(initVtxSeed,
1212 fullProg = createShaderProgram(&vtxSource, &frgSource, true);
1222 string vtxSource = genVtxShaderSrc(initVtxSeed, m_varyings.vtxOutputs,
1224 vtxProg = createSingleShaderProgram(glu::SHADERTYPE_VERTEX, vtxSource);
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp129 const string vtxSource = "${VERSION}\n" local
165 return glu::makeVtxFragSources(tcu::StringTemplate(vtxSource).specialize(params), tcu::StringTemplate(frgSource).specialize(params));

Completed in 1543 milliseconds