• Home
  • Raw
  • Download

Lines Matching refs:renderTargets

2348 		} renderTargets[] =  in init()  local
2363 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(renderTargets); ++targetNdx) in init()
2365 …oup = new tcu::TestCaseGroup(m_testCtx, renderTargets[targetNdx].name, ("Test using " + std::strin… in init()
2373 …L_TRIANGLES, verify rasterization result", renderTargets[targetNdx].target, renderTarget… in init()
2374 …rasterization result", PRIMITIVEWIDENESS_NARROW, renderTargets[targetNdx].target, renderTarget… in init()
2375 …rify rasterization result", PRIMITIVEWIDENESS_WIDE, renderTargets[targetNdx].target, renderTarget… in init()
2376 … rasterization result", PRIMITIVEWIDENESS_WIDE, renderTargets[targetNdx].target, renderTarget… in init()
2385 …ify fill rules", FillRuleCase::FILLRULECASE_BASIC, renderTargets[targetNdx].target, renderTarget… in init()
2386 …y fill rules", FillRuleCase::FILLRULECASE_REVERSED, renderTargets[targetNdx].target, renderTarget… in init()
2387 …ill rules", FillRuleCase::FILLRULECASE_CLIPPED_FULL, renderTargets[targetNdx].target, renderTarget… in init()
2388 … rules", FillRuleCase::FILLRULECASE_CLIPPED_PARTIAL, renderTargets[targetNdx].target, renderTarget… in init()
2389 … fill rules", FillRuleCase::FILLRULECASE_PROJECTED, renderTargets[targetNdx].target, renderTarget… in init()
2398 …on", GL_TRIANGLES, INTERPOLATIONFLAGS_NONE, renderTargets[targetNdx].target, renderTarget… in init()
2399 … INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_NARROW, renderTargets[targetNdx].target, renderTarget… in init()
2400 … INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_WIDE, renderTargets[targetNdx].target, renderTarget… in init()