• Home
  • Raw
  • Download

Lines Matching refs:isVertexCase

220 														bool						isVertexCase,
236 const bool isVertexCase, in ShaderIndexingCase() argument
242 …: ShaderRenderCase(testCtx, name, description, isVertexCase, evalFunc, new IndexingTestUniformSetu… in ShaderIndexingCase()
387 bool isVertexCase, in createUniformArrayCase() argument
393 std::ostringstream& op = isVertexCase ? vtx : frag; in createUniformArrayCase()
402 if (isVertexCase) in createUniformArrayCase()
462 if (isVertexCase) in createUniformArrayCase()
497 …rIndexingCase>(new ShaderIndexingCase(context, caseName, description, isVertexCase, evalFunc, vert… in createUniformArrayCase()
503 bool isVertexCase, in createTmpArrayCase() argument
510 std::ostringstream& op = isVertexCase ? vtx : frag; in createTmpArrayCase()
519 if (isVertexCase) in createTmpArrayCase()
551 if (isVertexCase) in createTmpArrayCase()
617 if (isVertexCase) in createTmpArrayCase()
652 …rIndexingCase>(new ShaderIndexingCase(context, caseName, description, isVertexCase, evalFunc, vert… in createTmpArrayCase()
674 bool isVertexCase, in createVectorSubscriptCase() argument
681 std::ostringstream& op = isVertexCase ? vtx : frag; in createVectorSubscriptCase()
693 if (isVertexCase) in createVectorSubscriptCase()
725 if (isVertexCase) in createVectorSubscriptCase()
809 if (isVertexCase) in createVectorSubscriptCase()
839 …rIndexingCase>(new ShaderIndexingCase(context, caseName, description, isVertexCase, evalFunc, vert… in createVectorSubscriptCase()
879 bool isVertexCase, in createMatrixSubscriptCase() argument
886 std::ostringstream& op = isVertexCase ? vtx : frag; in createMatrixSubscriptCase()
900 if (isVertexCase) in createMatrixSubscriptCase()
932 if (isVertexCase) in createMatrixSubscriptCase()
998 if (isVertexCase) in createMatrixSubscriptCase()
1031 …rIndexingCase>(new ShaderIndexingCase(context, caseName, description, isVertexCase, evalFunc, vert… in createMatrixSubscriptCase()
1114 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX); in init() local
1115 …rIndexingCase> testCase(createUniformArrayCase(m_testCtx, name, desc, isVertexCase, varType, (Inde… in init()
1144 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX); in init() local
1145 …haderIndexingCase> testCase(createTmpArrayCase(m_testCtx, name, desc, isVertexCase, varType, (Inde… in init()
1182 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX); in init() local
1183 …Case(createVectorSubscriptCase(m_testCtx, name.c_str(), desc.c_str(), isVertexCase, varType, (Vect… in init()
1226 bool isVertexCase = ((ShaderType)shaderType == SHADERTYPE_VERTEX); in init() local
1227 …Case(createMatrixSubscriptCase(m_testCtx, name.c_str(), desc.c_str(), isVertexCase, varType, (Inde… in init()