Lines Matching defs:origin
93 bool verifyState(glw::GLenum origin, glw::GLenum depth)
103 ret &= (static_cast<glw::GLenum>(retI) == origin);
301 Check that ClipControl generate an GL_INVALID_ENUM error if origin is
309 "An INVALID_ENUM error is generated if origin is not LOWER_LEFT or
377 * Basic <origin> behavior can be tested by rendering to a viewport with
379 When <origin> is LOWER_LEFT the "bottom left" portion of the window
500 qpTestResult ValidateFramebuffer(Context& context, glw::GLenum origin)
521 if (origin == GL_UPPER_LEFT)
562 * Face culling should be tested with both <origin> settings.
566 be orthogonal to used <origin> mode. Both triangle windings
567 and both <origin> modes should be tested. Here is the basic
674 //Set ClipControl(<origin>, NEGATIVE_ONE_TO_ONE)
745 origin affects only viewport area.
751 Whatever the origin is, the area outside of the viewport should stay blue.
752 If origin is LOWER_LEFT the "lower left" portion of the viewport is red,
753 if origin is UPPER_LEFT the "top left" portion of the viewport is red
769 Repeat the above test with LOWER_LEFT origin and lower left portion of A is red,
856 //Set ClipControl(<origin>, NEGATIVE_ONE_TO_ONE)
910 qpTestResult ValidateFramebuffer(Context& context, glw::GLenum origin)
936 if (origin == GL_UPPER_LEFT)
1489 addChild(new ClipControlOriginTest(m_context, "origin"));