Lines Matching refs:isVertexCase
209 … (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc…
220 …se (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc… in ShaderLoopCase() argument
221 …), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc) in ShaderLoopCase()
244 …Context& context, const char* caseName, const char* description, bool isVertexCase, LoopType loopT… in createGenericLoopCase() argument
248 std::ostringstream& op = isVertexCase ? vtx : frag; in createGenericLoopCase()
260 if (isVertexCase) in createGenericLoopCase()
304 if (isVertexCase) in createGenericLoopCase()
313 if (isVertexCase) in createGenericLoopCase()
320 if (isVertexCase) in createGenericLoopCase()
408 if (isVertexCase) in createGenericLoopCase()
438 …return new ShaderLoopCase(context, caseName, description, isVertexCase, evalFunc, vertexShaderSour… in createGenericLoopCase()
442 …Context& context, const char* caseName, const char* description, bool isVertexCase, LoopCase loopC… in createSpecialLoopCase() argument
446 std::ostringstream& op = isVertexCase ? vtx : frag; in createSpecialLoopCase()
459 if (isVertexCase) in createSpecialLoopCase()
497 if (isVertexCase) in createSpecialLoopCase()
503 if (isVertexCase) in createSpecialLoopCase()
1060 if (isVertexCase) in createSpecialLoopCase()
1126 …return new ShaderLoopCase(context, caseName, description, isVertexCase, evalFunc, vertexShaderSour… in createSpecialLoopCase()
1184 bool isVertexCase = (shaderType == SHADERTYPE_VERTEX); in init() local
1188 …group->addChild(createGenericLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopTy… in init()
1207 bool isVertexCase = (shaderType == SHADERTYPE_VERTEX); in init() local
1211 …group->addChild(createSpecialLoopCase(m_context, name.c_str(), desc.c_str(), isVertexCase, (LoopCa… in init()