Home | History | Annotate | Download | only in functional

Lines Matching refs:Vec3

284 		"attribute mediump vec3 a_byteVec;\n"
285 "varying mediump vec3 v_byteVec;\n"
292 "varying mediump vec3 v_byteVec;\n"
494 "attribute mediump vec3 a_color;\n"
495 "varying mediump vec3 v_color;\n"
502 "varying mediump vec3 v_color;\n"
544 static void computeIndexVerifierColors (std::vector<tcu::Vec3>& dst)
553 for (std::vector<tcu::Vec3>::iterator i = dst.begin(); i != dst.end(); ++i)
577 std::vector<tcu::Vec3> colors;
580 std::vector<tcu::Vec3> fetchedColor (MAX_LINES_PER_INDEX_ARRAY_DRAW+1);
589 DE_STATIC_ASSERT(sizeof(tcu::Vec3) == sizeof(float)*3);