Home | History | Annotate | Download | only in functional

Lines Matching refs:Vec3

47 using tcu::Vec3;
392 const Vec3 vertices[] =
394 Vec3(-1.0f, -1.0f, +1.0f),
395 Vec3(+1.0f, -1.0f, +1.0f),
396 Vec3(+1.0f, +1.0f, +1.0f),
397 Vec3(-1.0f, +1.0f, +1.0f),