Lines Matching refs:left
1873 * @param left Left set
1878 void ViewportAPI::compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description,
1881 for (size_t i = 0; i < left.size(); ++i)
1883 if (left[i] != right[i])
1886 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
2077 * @param left Left set
2082 void ScissorAPI::compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description,
2085 for (size_t i = 0; i < left.size(); ++i)
2087 if (left[i] != right[i])
2090 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
2270 * @param left Left set
2276 void DepthRangeAPI::compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description,
2279 for (size_t i = 0; i < left.size(); ++i)
2281 if (left[i] != right[i])
2284 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
2459 * @param left Left set
2464 void ScissorTestStateAPI::compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right,
2467 for (size_t i = 0; i < left.size(); ++i)
2469 if (left[i] != right[i])
2472 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
3715 /** Check if R32I texture is filled with two halves, left is 4, right is either -1 or 5
3732 /* Left is 4 and right is -1, or left is 4 and right is 5 */
3800 /** Set 4th viewport on left half and 5 on right half of framebuffer. Rest span over whole image.