Searched defs:vtxSource (Results 1 – 5 of 5) sorted by relevance
55 …xt, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const cha… in ShaderSwitchCase()
1229 …const char* vtxSource = (m_buildErrorType == BUILDERROR_COMPILE) ? (brokenShader) : (linkErrorVtxS… in test() local
1090 MovePtr<ProgramWrapper> SeparateShaderTest::createShaderProgram (const string* vtxSource, in createShaderProgram()1217 string vtxSource = genVtxShaderSrc(initVtxSeed, in createPipeline() local1230 string vtxSource = genVtxShaderSrc(initVtxSeed, m_varyings.vtxOutputs, in createPipeline() local
1284 const char* const vtxSource = "#version 310 es\n" in genGatherProgram() local
129 const string vtxSource = "${VERSION}\n" in genShaders() local