Lines Matching refs:depthA
3173 const float depthA = partAReference[0]; in createVertexData() local
3177 appendVertex(tcu::Vec4(-1.0f,-0.5f, depthA, 1.0f), color); in createVertexData()
3178 appendVertex(tcu::Vec4(-1.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3179 appendVertex(tcu::Vec4( 0.0f,-0.5f, depthA, 1.0f), color); in createVertexData()
3180 appendVertex(tcu::Vec4( 0.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3182 appendVertex(tcu::Vec4(-1.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3183 appendVertex(tcu::Vec4(-1.0f, 0.5f, depthA, 1.0f), color); in createVertexData()
3184 appendVertex(tcu::Vec4( 0.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3185 appendVertex(tcu::Vec4( 0.0f, 0.5f, depthA, 1.0f), color); in createVertexData()
3187 appendVertex(tcu::Vec4( 0.0f,-0.5f, depthA, 1.0f), color); in createVertexData()
3188 appendVertex(tcu::Vec4( 0.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3189 appendVertex(tcu::Vec4( 1.0f,-0.5f, depthA, 1.0f), color); in createVertexData()
3190 appendVertex(tcu::Vec4( 1.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3192 appendVertex(tcu::Vec4( 0.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3193 appendVertex(tcu::Vec4( 0.0f, 0.5f, depthA, 1.0f), color); in createVertexData()
3194 appendVertex(tcu::Vec4( 1.0f, 0.0f, depthA, 1.0f), color); in createVertexData()
3195 appendVertex(tcu::Vec4( 1.0f, 0.5f, depthA, 1.0f), color); in createVertexData()