Lines Matching refs:isVertexCase
212 … (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc…
227 …se (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc… in ShaderLoopCase() argument
228 …), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc) in ShaderLoopCase()
276 …Context& context, const char* caseName, const char* description, bool isVertexCase, LoopType loopT… in createGenericLoopCase() argument
280 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase()
288 if (isVertexCase) in createGenericLoopCase()
332 if (isVertexCase) in createGenericLoopCase()
341 if (isVertexCase) in createGenericLoopCase()
348 if (isVertexCase) in createGenericLoopCase()
436 if (isVertexCase) in createGenericLoopCase()
480 …return new ShaderLoopCase(context, caseName, description, isVertexCase, evalFunc, requirement, ver… in createGenericLoopCase()
484 …Context& context, const char* caseName, const char* description, bool isVertexCase, LoopCase loopC… in createSpecialLoopCase() argument
488 std::ostringstream& op = isVertexCase ? vtx : frag; in createSpecialLoopCase()
497 if (isVertexCase) in createSpecialLoopCase()
541 if (isVertexCase) in createSpecialLoopCase()
547 if (isVertexCase) in createSpecialLoopCase()
1167 if (isVertexCase) in createSpecialLoopCase()
1250 …return new ShaderLoopCase(context, caseName, description, isVertexCase, evalFunc, requirement, ver… in createSpecialLoopCase()
1308 bool isVertexCase = (shaderType == SHADERTYPE_VERTEX); in init() local
1312 …group->addChild(createGenericLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopTy… in init()
1331 bool isVertexCase = (shaderType == SHADERTYPE_VERTEX); in init() local
1335 …group->addChild(createSpecialLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopCa… in init()