Searched refs:inputDataVec4 (Results 1 – 1 of 1) sorted by relevance
1185 vector<Vec4> inputDataVec4; in addGraphicsDepthPropertyTest() local1196 inputDataVec4.reserve(numDataPoints); in addGraphicsDepthPropertyTest()1199 inputDataVec4.push_back(Vec4(rnd.getFloat(), rnd.getFloat(), rnd.getFloat(), rnd.getFloat())); in addGraphicsDepthPropertyTest()1224 std::vector<Vec4> inputData = inputDataVec4; in addGraphicsDepthPropertyTest()