Lines Matching refs:appendVertex
294 void appendVertex (const tcu::Vec4& coord, const tcu::Vec4& color);
515 appendVertex(tcu::Vec4(-1.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
516 appendVertex(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
517 appendVertex(tcu::Vec4( 0.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
518 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
521 appendVertex(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
522 appendVertex(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), color); in createVertexData()
523 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
524 appendVertex(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), color); in createVertexData()
527 appendVertex(tcu::Vec4( 0.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
528 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
529 appendVertex(tcu::Vec4( 1.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
530 appendVertex(tcu::Vec4( 1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
533 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
534 appendVertex(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), color); in createVertexData()
535 appendVertex(tcu::Vec4( 1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
536 appendVertex(tcu::Vec4( 1.0f, 1.0f, 1.0f, 1.0f), color); in createVertexData()
1511 void MultiViewRenderTestInstance::appendVertex (const tcu::Vec4& coord, const tcu::Vec4& color) in appendVertex() function in vkt::MultiView::__anon5ee5dec10111::MultiViewRenderTestInstance
1779 appendVertex(tcu::Vec4(-1.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
1780 appendVertex(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
1781 appendVertex(tcu::Vec4( 0.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
1782 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
1870 appendVertex(tcu::Vec4(-1.0f,-1.0f, 1.0f, 1.0f), tcu::Vec4(0.2f, 0.0f, 0.1f, 1.0f)); in createVertexData()
1871 appendVertex(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::Vec4(0.3f, 0.0f, 0.2f, 1.0f)); in createVertexData()
1872 appendVertex(tcu::Vec4( 0.0f,-1.0f, 1.0f, 1.0f), tcu::Vec4(0.4f, 0.2f, 0.3f, 1.0f)); in createVertexData()
1873 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::Vec4(0.5f, 0.0f, 0.4f, 1.0f)); in createVertexData()
2409 …appendVertex(tcu::Vec4(-1.0f + pointMargin * pixelStepX,-1.0f + pointMargin * pixelStepY, 1.0f, 1.… in createVertexData()
2410 …appendVertex(tcu::Vec4(-1.0f + pointMargin * pixelStepX, 0.0f + pointMargin * pixelStepY, 1.0f, 1.… in createVertexData()
2411 …appendVertex(tcu::Vec4( 0.0f + pointMargin * pixelStepX,-1.0f + pointMargin * pixelStepY, 1.0f, 1.… in createVertexData()
2412 …appendVertex(tcu::Vec4( 0.0f + pointMargin * pixelStepX, 0.0f + pointMargin * pixelStepY, 1.0f, 1.… in createVertexData()
2557 appendVertex(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
2558 appendVertex(tcu::Vec4(-1.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
2559 appendVertex(tcu::Vec4( 0.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
2562 appendVertex(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), color); in createVertexData()
2563 appendVertex(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
2564 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
2567 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
2568 appendVertex(tcu::Vec4( 0.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
2569 appendVertex(tcu::Vec4( 1.0f,-1.0f, 1.0f, 1.0f), color); in createVertexData()
2572 appendVertex(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), color); in createVertexData()
2573 appendVertex(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
2574 appendVertex(tcu::Vec4( 1.0f, 0.0f, 1.0f, 1.0f), color); in createVertexData()
2809 appendVertex(tcu::Vec4(-1.0f,-1.0f, 0.0f, 1.0f), color); in createVertexData()
2810 appendVertex(tcu::Vec4(-1.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2811 appendVertex(tcu::Vec4( 0.0f,-1.0f, 0.0f, 1.0f), color); in createVertexData()
2812 appendVertex(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2815 appendVertex(tcu::Vec4(-1.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2816 appendVertex(tcu::Vec4(-1.0f, 1.0f, 0.0f, 1.0f), color); in createVertexData()
2817 appendVertex(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2818 appendVertex(tcu::Vec4( 0.0f, 1.0f, 0.0f, 1.0f), color); in createVertexData()
2821 appendVertex(tcu::Vec4( 0.0f,-1.0f, 0.0f, 1.0f), color); in createVertexData()
2822 appendVertex(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2823 appendVertex(tcu::Vec4( 1.0f,-1.0f, 0.0f, 1.0f), color); in createVertexData()
2824 appendVertex(tcu::Vec4( 1.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2827 appendVertex(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2828 appendVertex(tcu::Vec4( 0.0f, 1.0f, 0.0f, 1.0f), color); in createVertexData()
2829 appendVertex(tcu::Vec4( 1.0f, 0.0f, 0.0f, 1.0f), color); in createVertexData()
2830 appendVertex(tcu::Vec4( 1.0f, 1.0f, 0.0f, 1.0f), color); in createVertexData()
2861 appendVertex(occludedObjectVertexCoord, m_vertexColor[objectStart + vertexNdx]); in createVertexData()
3560 …appendVertex(tcu::Vec4(-1.0f,-0.5f, depth, 1.0f), color); // when testing TEST_TYPE_DEPTH_DIFFERE… in createVertexData()
3561 appendVertex(tcu::Vec4(-1.0f, 0.0f, depth, 1.0f), color); // this quad will have depth 1.2 in createVertexData()
3562 appendVertex(tcu::Vec4( 0.0f,-0.5f, depth, 1.0f), color); // and will be clipped in all views in createVertexData()
3563 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3566 appendVertex(tcu::Vec4(-1.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3567 appendVertex(tcu::Vec4(-1.0f, 0.5f, depth, 1.0f), color); in createVertexData()
3568 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3569 appendVertex(tcu::Vec4( 0.0f, 0.5f, depth, 1.0f), color); in createVertexData()
3572 appendVertex(tcu::Vec4( 0.0f,-0.5f, depth, 1.0f), color); in createVertexData()
3573 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3574 appendVertex(tcu::Vec4( 1.0f,-0.5f, depth, 1.0f), color); in createVertexData()
3575 appendVertex(tcu::Vec4( 1.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3578 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3579 appendVertex(tcu::Vec4( 0.0f, 0.5f, depth, 1.0f), color); in createVertexData()
3580 appendVertex(tcu::Vec4( 1.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3581 appendVertex(tcu::Vec4( 1.0f, 0.5f, depth, 1.0f), color); in createVertexData()
3585 appendVertex(tcu::Vec4(-0.5f,-1.0f, depth, 1.0f), color); in createVertexData()
3586 appendVertex(tcu::Vec4(-0.5f, 0.0f, depth, 1.0f), color); in createVertexData()
3587 appendVertex(tcu::Vec4( 0.0f,-1.0f, depth, 1.0f), color); in createVertexData()
3588 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3591 appendVertex(tcu::Vec4(-0.5f, 0.0f, depth, 1.0f), color); in createVertexData()
3592 appendVertex(tcu::Vec4(-0.5f, 1.0f, depth, 1.0f), color); in createVertexData()
3593 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3594 appendVertex(tcu::Vec4( 0.0f, 1.0f, depth, 1.0f), color); in createVertexData()
3597 appendVertex(tcu::Vec4( 0.0f,-1.0f, depth, 1.0f), color); in createVertexData()
3598 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); in createVertexData()
3599 appendVertex(tcu::Vec4( 0.5f,-1.0f, depth, 1.0f), color); in createVertexData()
3600 appendVertex(tcu::Vec4( 0.5f, 0.0f, depth, 1.0f), color); in createVertexData()
3603 appendVertex(tcu::Vec4( 0.0f, 0.0f, depth, 1.0f), color); // this quad will have depth -0.05 in createVertexData()
3604 appendVertex(tcu::Vec4( 0.0f, 1.0f, depth, 1.0f), color); // and will be clipped in all views in createVertexData()
3605 appendVertex(tcu::Vec4( 0.5f, 0.0f, depth, 1.0f), color); in createVertexData()
3606 appendVertex(tcu::Vec4( 0.5f, 1.0f, depth, 1.0f), color); in createVertexData()