Searched refs:triVertices (Results 1 – 1 of 1) sorted by relevance
384 const tcu::Vec4 triVertices[] = in iterate() local391 const tcu::Vec4 * vertices = m_drawTessellatedSphere ? &sphereVertices[0] : &triVertices[0]; in iterate()393 …ize = m_drawTessellatedSphere ? deUint32(sizeof(sphereVertices)) : deUint32(sizeof(triVertices)); in iterate()1657 renderReferenceTriangle(refImage.getAccess(), triVertices); in iterate()