• Home
  • Raw
  • Download

Lines Matching refs:renderTargets

2353 		} renderTargets[] =  in init()  local
2368 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(renderTargets); ++targetNdx) in init()
2370 …oup = new tcu::TestCaseGroup(m_testCtx, renderTargets[targetNdx].name, ("Test using " + std::strin… in init()
2378 …L_TRIANGLES, verify rasterization result", renderTargets[targetNdx].target, renderTarget… in init()
2379 …rasterization result", PRIMITIVEWIDENESS_NARROW, renderTargets[targetNdx].target, renderTarget… in init()
2380 …rify rasterization result", PRIMITIVEWIDENESS_WIDE, renderTargets[targetNdx].target, renderTarget… in init()
2381 … rasterization result", PRIMITIVEWIDENESS_WIDE, renderTargets[targetNdx].target, renderTarget… in init()
2390 …ify fill rules", FillRuleCase::FILLRULECASE_BASIC, renderTargets[targetNdx].target, renderTarget… in init()
2391 …y fill rules", FillRuleCase::FILLRULECASE_REVERSED, renderTargets[targetNdx].target, renderTarget… in init()
2392 …ill rules", FillRuleCase::FILLRULECASE_CLIPPED_FULL, renderTargets[targetNdx].target, renderTarget… in init()
2393 … rules", FillRuleCase::FILLRULECASE_CLIPPED_PARTIAL, renderTargets[targetNdx].target, renderTarget… in init()
2394 … fill rules", FillRuleCase::FILLRULECASE_PROJECTED, renderTargets[targetNdx].target, renderTarget… in init()
2403 …on", GL_TRIANGLES, INTERPOLATIONFLAGS_NONE, renderTargets[targetNdx].target, renderTarget… in init()
2404 … INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_NARROW, renderTargets[targetNdx].target, renderTarget… in init()
2405 … INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_WIDE, renderTargets[targetNdx].target, renderTarget… in init()