Lines Matching defs:right
1874 * @param right Right set
1878 void ViewportAPI::compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description,
1883 if (left[i] != right[i])
1886 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
2078 * @param right Right set
2082 void ScissorAPI::compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description,
2087 if (left[i] != right[i])
2090 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
2271 * @param right Right set
2276 void DepthRangeAPI::compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description,
2281 if (left[i] != right[i])
2284 << " Invalid values [" << i << "] " << left[i] << " " << right[i]
2460 * @param right Right set
2464 void ScissorTestStateAPI::compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right,
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.