Lines Matching defs:origin
97 bool verifyState(glw::GLenum origin, glw::GLenum depth)
107 ret &= (static_cast<glw::GLenum>(retI) == origin);
307 Check that ClipControl generate an GL_INVALID_ENUM error if origin is
315 "An INVALID_ENUM error is generated if origin is not LOWER_LEFT or
383 * Basic <origin> behavior can be tested by rendering to a viewport with
385 When <origin> is LOWER_LEFT the "bottom left" portion of the window
508 qpTestResult ValidateFramebuffer(deqp::Context& context, glw::GLenum origin)
529 if (origin == GL_UPPER_LEFT)
931 * Face culling should be tested with both <origin> settings.
935 be orthogonal to used <origin> mode. Both triangle windings
936 and both <origin> modes should be tested. Here is the basic
1044 //Set ClipControl(<origin>, NEGATIVE_ONE_TO_ONE)
1117 origin affects only viewport area.
1123 Whatever the origin is, the area outside of the viewport should stay blue.
1124 If origin is LOWER_LEFT the "lower left" portion of the viewport is red,
1125 if origin is UPPER_LEFT the "top left" portion of the viewport is red
1141 Repeat the above test with LOWER_LEFT origin and lower left portion of A is red,
1226 //Set ClipControl(<origin>, NEGATIVE_ONE_TO_ONE)
1286 qpTestResult ValidateFramebuffer(deqp::Context& context, glw::GLenum origin)
1312 if (origin == GL_UPPER_LEFT)
1392 addChild(new ClipControlOriginTest(m_context, m_api, "origin"));